Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecInterface ¶
type ExecInterface interface {
NewWindowCommand(name string, args ...string) error
CreateProcess(name string, args ...string) error
SetDir(dir string) ExecInterface
}
var (
Exec ExecInterface
)
Click to show internal directories.
Click to hide internal directories.