Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Constraint ¶
type Constraint struct {
Key string `json:"key"`
Value interface{} `json:"value"`
}
type Parameter ¶
type Parameter struct {
Type string `json:"type"`
Description string `json:"description"`
Constraints []Constraint `json:"constraints"`
Required bool `json:"required"`
}
func (*Parameter) SerializeToJSON ¶
Click to show internal directories.
Click to hide internal directories.