Documentation ¶
Index ¶
- type CommandNotRunningError
- type WindowsCommandRunner
- func (r *WindowsCommandRunner) Background(cmd *exec.Cmd) error
- func (r *WindowsCommandRunner) Kill(cmd *exec.Cmd) error
- func (r *WindowsCommandRunner) Run(cmd *exec.Cmd) error
- func (r *WindowsCommandRunner) Signal(cmd *exec.Cmd, signal os.Signal) error
- func (r *WindowsCommandRunner) Start(cmd *exec.Cmd) error
- func (r *WindowsCommandRunner) Wait(cmd *exec.Cmd) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandNotRunningError ¶
type CommandNotRunningError struct {
// contains filtered or unexported fields
}
func (CommandNotRunningError) Error ¶
func (e CommandNotRunningError) Error() string
type WindowsCommandRunner ¶
type WindowsCommandRunner struct {
// contains filtered or unexported fields
}
func New ¶
func New(debug bool) *WindowsCommandRunner
func (*WindowsCommandRunner) Background ¶
func (r *WindowsCommandRunner) Background(cmd *exec.Cmd) error
Click to show internal directories.
Click to hide internal directories.