Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdGenFlags ¶ added in v1.0.4
func (*CmdGenFlags) GetTestCase ¶ added in v1.0.4
func (a *CmdGenFlags) GetTestCase() string
func (*CmdGenFlags) GetTestDirs ¶ added in v1.0.4
func (a *CmdGenFlags) GetTestDirs() []string
func (*CmdGenFlags) GetTestFile ¶ added in v1.0.4
func (a *CmdGenFlags) GetTestFile() string
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 {
TestDirs []string
}
func (*CmdRunFlags) GetTestDirs ¶ added in v1.0.4
func (a *CmdRunFlags) GetTestDirs() []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.