bootstrap

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2019 License: MIT Imports: 17 Imported by: 0

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 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

func (*GenController) GetOutWriter added in v1.0.8

func (r *GenController) GetOutWriter() io.Writer

func (*GenController) SetOutWriter added in v1.0.8

func (r *GenController) SetOutWriter(writer io.Writer)

type GenControllerOptions added in v1.0.4

type GenControllerOptions interface {
	script.Source
	GetNoColor() bool
}

type GenerationPrinter added in v1.0.7

type GenerationPrinter struct {
	// contains filtered or unexported fields
}

func (*GenerationPrinter) PostProcess added in v1.0.8

func (r *GenerationPrinter) PostProcess(req *client.HttpRequest, res *client.HttpResponse) error

type InvocationPrinter added in v1.0.8

type InvocationPrinter struct {
	// contains filtered or unexported fields
}

func (*InvocationPrinter) PostProcess added in v1.0.8

func (r *InvocationPrinter) PostProcess(req *client.HttpRequest, res *client.HttpResponse) error

func (*InvocationPrinter) PreProcess added in v1.0.8

func (r *InvocationPrinter) PreProcess(req *client.HttpRequest) error

type ReqArguments added in v1.0.1

type ReqArguments interface {
	GetMethod() string
	GetUrl() string
	GetHeader() []string
	GetBody() string
	GetFormat() string
}

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

func (*ReqController) GetErrWriter added in v1.0.8

func (r *ReqController) GetErrWriter() io.Writer

func (*ReqController) GetOutWriter added in v1.0.8

func (r *ReqController) GetOutWriter() io.Writer

func (*ReqController) SetErrWriter added in v1.0.8

func (r *ReqController) SetErrWriter(writer io.Writer)

func (*ReqController) SetOutWriter added in v1.0.8

func (r *ReqController) SetOutWriter(writer io.Writer)

type ReqControllerOptions added in v1.0.3

type ReqControllerOptions interface {
	GetVersion() string
	GetNoColor() bool
}

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

func (*RunController) GetOutputPrinter added in v1.0.8

func (r *RunController) GetOutputPrinter() *format.OutputPrinter

func (*RunController) SetT added in v1.0.8

func (r *RunController) SetT(t *testing.T)

type RunControllerOptions added in v1.0.3

type RunControllerOptions interface {
	script.Source
	GetConfigPath() string
	GetNoColor() bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL