Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompressedService ¶
type CompressedService struct { Data *specSpec.Servicereqres Deeplink *Deeplink Query *orderedmap.OrderedMap }
type Field ¶
type Field struct { // the field type, https://developers.google.com/protocol-buffers/docs/proto3#scalar Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" yaml:"type"` // meta information for the client, like label, default, repeated, options... Meta *furo.FieldMeta `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta" yaml:"meta"` // constraints for a field, like min{}, max{}, step{} Constraints map[string]*furo.FieldConstraint `` /* 165-byte string literal not displayed */ }
type Service ¶
type Service struct { // Name of the type Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"` // services => which is a CompressedService Services *orderedmap.OrderedMap `json:"services" yaml:"services" ` }
type Type ¶
type Type struct { // Name of the type Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"` // the type Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type" yaml:"type"` // fields of a type Fields *orderedmap.OrderedMap `` /* 153-byte string literal not displayed */ }
Defines a type in the furo env spec
func CreateFromAstType ¶
Click to show internal directories.
Click to hide internal directories.