Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command interface {
Start() error
Wait() error
Kill() error
Signal(os.Signal) error
Stdout() (<-chan string, error)
Stderr() (<-chan string, error)
}
func NewCommand ¶
type ExecCommand ¶
type ExecCommand struct {
}
Click to show internal directories.
Click to hide internal directories.