Documentation ¶
Index ¶
- Variables
- func MakeCommand(dir string, entrypoint string, args []string, envs []string) *exec.Cmd
- func Output(cmd *exec.Cmd) (output []byte, err error)
- func Reap()
- func Run(cmd *exec.Cmd) error
- func RunAndLogLines(cmd *exec.Cmd, logLabels map[string]string) error
- func Start(config Config)
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var ExecutorLock = &sync.RWMutex{}
Functions ¶
func MakeCommand ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.