Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullWriter ¶
type NullWriter struct { }
type Shell ¶
type Shell interface { Close() SetEnv(key, value string) SetDir(dir string) SetShell(shell string) SetWriter(w io.Writer) CallPackageContext(ctx context.Context, commands ...string) error CallContext(ctx context.Context, command string) error Call(ctx context.Context, command string) ([]byte, error) }
Click to show internal directories.
Click to hide internal directories.