Documentation ¶ Index ¶ func ExecuteCommandWithShell(ctx context.Context, command string, stdin io.Reader, stdout io.Writer, ...) error func RunEmulatedShell(ctx context.Context, command string, stdin io.Reader, stdout io.Writer, ...) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ExecuteCommandWithShell ¶ func ExecuteCommandWithShell( ctx context.Context, command string, stdin io.Reader, stdout io.Writer, stderr io.Writer, environ []string, ) error func RunEmulatedShell ¶ func RunEmulatedShell(ctx context.Context, command string, stdin io.Reader, stdout io.Writer, stderr io.Writer, env []string) error Types ¶ This section is empty. Source Files ¶ View all Source files shell.go Click to show internal directories. Click to hide internal directories.