Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
Cmd is doing the same as the os/exec's Cmd, but this Cmd implements Executable interface to make mocking possible
type CommandExecutor ¶
type CommandExecutor func(string, ...string) Executable
CommandExecutor defines a function for Cmd instance creation
Click to show internal directories.
Click to hide internal directories.