Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrExecutionimeout = errors.New("execution timeout") ErrRestNotOk = errors.New("rest return non 2XX response") )
Functions ¶
This section is empty.
Types ¶
type ExecResult ¶
type Executor ¶
type Executor interface {
Exec(arg string, env interface{}) (ExecResult, error)
}
func NewExecutor ¶
NewExecutor returns executor by name and executor URL
Click to show internal directories.
Click to hide internal directories.