Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor interface { BashExec(ctx context.Context, in string) (stdout string, stderr string, exitErr *exec.ExitError) Exec(ctx context.Context, bin string, args ...string) (stdout string, stderr string, exitErr *exec.ExitError) QuietBashExec(ctx context.Context, in string) (stdout string, stderr string, exitErr *exec.ExitError) QuietExec(ctx context.Context, bin string, args ...string) (stdout string, stderr string, exitErr *exec.ExitError) }
Executor is a helper for running scripting
Click to show internal directories.
Click to hide internal directories.