Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrepareOptions ¶ added in v0.3.0
func PrepareOptions(options orderedmap.OrderedMap[string, interface{}]) map[string]Option
Types ¶
type Enum ¶ added in v0.3.0
func NewEnumWithValues ¶ added in v0.3.0
type Field ¶
type Field struct { Repeated bool Type string Name string ID int Options []*FieldOption }
type FieldOption ¶ added in v0.5.5
type File ¶
type Service ¶
type Service struct { Name string Procedures []*ServiceProcedure CommentTop string }
type ServiceProcedure ¶
type ServiceProcedure struct { Name string Param string Returns string Options []*ServiceProcedureOption CommentTop string }
type ServiceProcedureOption ¶ added in v0.5.5
Click to show internal directories.
Click to hide internal directories.