Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerExecutor ¶
type DockerExecutor struct {
// contains filtered or unexported fields
}
DockerExecutor executes tasks inside containers.
type FuncExecutor ¶
FuncExecutor wraps a function. It gives each task as a parameter to the function.
type NoopExecutor ¶
type NoopExecutor struct { }
NoopExecutor does not execute tasks, only logs them.
type ProcExecutor ¶
type ProcExecutor struct {
// contains filtered or unexported fields
}
ProcExecutor executes tasks by giving them to the system shell. It uses the -c parameter.
Click to show internal directories.
Click to hide internal directories.