Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiDef ¶
type ApiDef struct {
Method string
Url string
UrlExample string
UrlParameters []*ParameterDef
ContentParameters []*ParameterDef
ContentExample interface{}
ResExample interface{}
ResParameters []*ParameterDef
}
type ExecutePackageWrapper ¶
type ExecutePackageWrapper struct {
Resource, Command string
}
type Logger ¶
type ParameterDef ¶
type ParameterDef struct {
Name string
Type string
Description string
IsRequired bool
Children []*ParameterDef
}
Click to show internal directories.
Click to hide internal directories.