Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CurlGenerator ¶ added in v1.0.4
type CurlGenerator struct {
}
type ExplanationWriter ¶ added in v1.0.1
type ExplanationWriter struct{}
func (*ExplanationWriter) GetConsoleErr ¶ added in v1.0.1
func (z *ExplanationWriter) GetConsoleErr() io.Writer
func (*ExplanationWriter) GetConsoleOut ¶ added in v1.0.1
func (z *ExplanationWriter) GetConsoleOut() io.Writer
type GenArguments ¶ added in v1.0.4
type GenController ¶ added in v1.0.4
type GenController struct {
// contains filtered or unexported fields
}
func NewGenController ¶ added in v1.0.4
func NewGenController(opts GenControllerOptions) (ref *GenController, err error)
func (*GenController) Execute ¶ added in v1.0.4
func (c *GenController) Execute(args GenArguments) error
type GenControllerOptions ¶ added in v1.0.4
type GenControllerOptions interface {
GetVersion() string
}
type ReqArguments ¶ added in v1.0.1
type ReqController ¶ added in v1.0.3
type ReqController struct {
// contains filtered or unexported fields
}
func NewReqController ¶ added in v1.0.3
func NewReqController(opts ReqControllerOptions) (obj *ReqController, err error)
func (*ReqController) Execute ¶ added in v1.0.3
func (z *ReqController) Execute(args ReqArguments) error
type ReqControllerOptions ¶ added in v1.0.3
type ReqControllerOptions interface {
GetVersion() string
}
type RunArguments ¶ added in v1.0.4
type RunArguments interface {
GetTestDirs() []string
}
type RunController ¶ added in v1.0.3
type RunController struct {
// contains filtered or unexported fields
}
func NewRunController ¶ added in v1.0.3
func NewRunController(opts RunControllerOptions) (r *RunController, err error)
func (*RunController) Execute ¶ added in v1.0.4
func (r *RunController) Execute(args RunArguments) error
type RunControllerOptions ¶ added in v1.0.3
type SnapshotOutput ¶ added in v1.0.1
type SnapshotOutput struct{}
func (*SnapshotOutput) GetTargetWriter ¶ added in v1.0.1
func (g *SnapshotOutput) GetTargetWriter() io.Writer
type TestStateStore ¶
type TestStateStore struct{}
Click to show internal directories.
Click to hide internal directories.