Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Console ¶ added in v0.7.16
type Console interface { RunCmd(ctx context.Context, dir string, command string, commandParams ...string) (string, error) RunCmdWithStdin(ctx context.Context, dir string, stdin io.Reader, command string, commandParams ...string) (string, error) }
Console is provide to terminal command in console.
Click to show internal directories.
Click to hide internal directories.