Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdReqFlags ¶ added in v1.0.1
func (*CmdReqFlags) GetBody ¶ added in v1.0.1
func (f *CmdReqFlags) GetBody() string
func (*CmdReqFlags) GetHeader ¶ added in v1.0.1
func (f *CmdReqFlags) GetHeader() []string
func (*CmdReqFlags) GetMethod ¶ added in v1.0.1
func (f *CmdReqFlags) GetMethod() string
func (*CmdReqFlags) GetSnapshot ¶ added in v1.0.1
func (f *CmdReqFlags) GetSnapshot() bool
func (*CmdReqFlags) GetUrl ¶ added in v1.0.1
func (f *CmdReqFlags) GetUrl() string
type CmdRunFlags ¶ added in v1.0.1
type CmdRunFlags struct {
SpecDirs []string
}
func (*CmdRunFlags) GetSpecDirs ¶ added in v1.0.1
func (a *CmdRunFlags) GetSpecDirs() []string
type Commander ¶
type Commander struct {
// contains filtered or unexported fields
}
func NewCommander ¶
type ControllerOptions ¶ added in v1.0.3
type ControllerOptions struct {
ConfigPath string
// contains filtered or unexported fields
}
func (*ControllerOptions) GetConfigPath ¶ added in v1.0.3
func (a *ControllerOptions) GetConfigPath() string
func (*ControllerOptions) GetRevision ¶ added in v1.0.3
func (a *ControllerOptions) GetRevision() string
func (*ControllerOptions) GetVersion ¶ added in v1.0.3
func (a *ControllerOptions) GetVersion() string
Click to show internal directories.
Click to hide internal directories.