Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecAction ¶
type ExecAction struct {
Command util.Command
CommandMapping map[string]string
ForwardStdout bool
ForwardStderr bool
// contains filtered or unexported fields
}
func (*ExecAction) Interrupt ¶
func (a *ExecAction) Interrupt() error
func (*ExecAction) Start ¶
func (a *ExecAction) Start() error
func (*ExecAction) Success ¶
func (a *ExecAction) Success() bool
func (*ExecAction) Wait ¶
func (a *ExecAction) Wait() error
type HttpGetAction ¶
type HttpGetAction struct {
Path string
Port int
HttpHeader map[string]string
// contains filtered or unexported fields
}
func (*HttpGetAction) Interrupt ¶
func (a *HttpGetAction) Interrupt() error
func (*HttpGetAction) Start ¶
func (a *HttpGetAction) Start() error
func (*HttpGetAction) Success ¶
func (a *HttpGetAction) Success() bool
func (*HttpGetAction) Wait ¶
func (a *HttpGetAction) Wait() error
Click to show internal directories.
Click to hide internal directories.