Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseStatement ¶
type BaseStatement struct {
BasePath string
Endpoints []*EndpointStatement
}
type BodyStatement ¶
type BodyStatement struct {
}
type EndpointStatement ¶
type EndpointStatement struct {
Endpoint string
Methods map[string]*MethodStatement
}
type MethodStatement ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser - Parser
func (*Parser) ParseProgram ¶
type Program ¶
type Program ServiceStatement
type ServiceStatement ¶
Click to show internal directories.
Click to hide internal directories.