package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Sep 30, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Cmd struct {
Action string `yaml:"action,omitempty"`
Description string `yaml:"description,omitempty"`
Service string `yaml:"service,omitempty"`
Query map[string]Param `yaml:"query,omitempty"`
Body map[string]Param `yaml:"body,omitempty"`
Insecurity bool `yaml:"insecurity,omitempty"`
}
type Param struct {
Shorthand string `yaml:"shorthand,omitempty"`
Help string `yaml:"help,omitempty"`
Type string `yaml:"type,omitempty"`
Default interface{} `yaml:"default,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.