Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRUDParser ¶
type CRUDParser struct{}
CRUDParser parses codes to generate a service from a resource name.
type Data ¶
type Data struct { Name string Endpoints []Endpoint Package string PackageName string Imports []*Import }
Data includes details of a service.
type Endpoint ¶
type Endpoint struct { Name string Method string HTTPPath string Params []Field Results []Field Tags map[string]string }
Endpoint includes details of an endpoint.
type EntityParser ¶
type EntityParser struct{}
EntityParser parses codes to retrieve details of an entity.
type MockParser ¶
MockParser is an autogenerated mock type for the Parser type
Click to show internal directories.
Click to hide internal directories.