Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct {
Cmd *cmd.Cmd
Args []string
DefaultArgs []string
StdOutHandler func(*string)
StdErrHandler func(*string)
}
func (*Process) CaptureOutputLines ¶
func (*Process) SetBothOutHandlers ¶
func (*Process) StartProcess ¶
func (*Process) WaitForOutput ¶
func (p *Process) WaitForOutput()
Click to show internal directories.
Click to hide internal directories.