Documentation
¶
Overview ¶
This file was generated by counterfeiter with command: counterfeiter -p os/exec BUT THEN WE MODIFIED IT SO MAKE SURE TO COPY THOSE MODIFICATIONS FORWARDS
This file was generated by counterfeiter with command: counterfeiter -p os/exec BUT THEN WE MODIFIED IT SO MAKE SURE TO COPY THOSE MODIFICATIONS FORWARDS
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd interface {
Start() error
StdoutPipe() (io.ReadCloser, error)
StderrPipe() (io.ReadCloser, error)
Wait() error
Run() error
CombinedOutput() ([]byte, error)
SysProcAttr() *syscall.SysProcAttr
}
Click to show internal directories.
Click to hide internal directories.