Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exec ¶
func Exec( ctx *context.Context, executable *executable.Executable, eng engine.Engine, inputEnv map[string]string, ) error
func RegisterRunner ¶
func RegisterRunner(runner Runner)
Types ¶
type Runner ¶
type Runner interface {
Name() string
Exec(ctx *context.Context, e *executable.Executable, eng engine.Engine, inputEnv map[string]string) error
IsCompatible(executable *executable.Executable) bool
}
Click to show internal directories.
Click to hide internal directories.