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 ConstValue ¶ added in v0.5.6
type ConstValue string
type Enum ¶ added in v0.3.0
func NewEnumWithValues ¶ added in v0.3.0
type FieldOption ¶ added in v0.5.5
type FieldOption struct {
Name string
Value interface{}
}
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.