Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoints ¶
type Endpoints struct {
OperationID string // ie. CosmosBankV1Beta1AllBalances
Description string // ie. Query all balances returns all the balances of a single account.
Tags []string // ie /cosmos/bank/v1beta1/balances/{address} = cosmos,bank,balances
Action string // ie. GET, POST, PUT, DELETE
Path string // ie. /cosmos/bank/v1beta1/balances/{address}
Responses []string // ie. 200, 400, 404
Parameters []YAMLParameter // ie. address, denom
}
Endpoints is a list of endpoints in a YAML file and all associated data
type MapIntInt ¶
type MapIntInt map[interface{}]interface{}
MapIntInt is a map of interface{} to interface{}
type YAMLDefinition ¶
type YAMLDefinition struct {
Description string
Type string
Properties []YAMLProperty
}
YAMLParameter is a parameter in a YAML file
type YAMLParameter ¶
type YAMLProperty ¶
Click to show internal directories.
Click to hide internal directories.