Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCmdExec ¶
type FakeCmdExec interface { GetFile(appName, readPath, instance string) ([]byte, error) SetOutput(output string) SetFakeDir(flag bool) }
func NewCmdExec ¶
func NewCmdExec() FakeCmdExec
Click to show internal directories.
Click to hide internal directories.