bootstrap

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2019 License: MIT Imports: 10 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 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 GenArguments interface {
	GetTestDirs() []string
	GetTestFile() string
	GetTestCase() string
}

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 ReqArguments interface {
	GetMethod() string
	GetUrl() string
	GetHeader() []string
	GetBody() string
	GetSnapshot() bool
}

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 RunControllerOptions interface {
	GetConfigPath() string
	GetVersion() string
	GetRevision() string
}

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

Jump to

Keyboard shortcuts

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