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 ExplanationTarget ¶ added in v1.0.7
type ExplanationTarget struct{}
func (*ExplanationTarget) GetConsoleErr ¶ added in v1.0.7
func (z *ExplanationTarget) GetConsoleErr() io.Writer
func (*ExplanationTarget) GetConsoleOut ¶ added in v1.0.7
func (z *ExplanationTarget) GetConsoleOut() io.Writer
type GenArguments ¶ added in v1.0.4
type GenArguments interface{}
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 (r *GenController) Execute(args GenArguments) error
type GenControllerOptions ¶ added in v1.0.4
type GenerationPrinter ¶ added in v1.0.7
type GenerationPrinter struct{}
func (*GenerationPrinter) GetWriter ¶ added in v1.0.7
func (g *GenerationPrinter) GetWriter() io.Writer
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 RunArguments ¶ added in v1.0.4
type RunArguments interface{}
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
Click to show internal directories.
Click to hide internal directories.