Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandOutput ¶
type CommandOutput struct { Stdout bytes.Buffer Stderr bytes.Buffer Combined bytes.Buffer StdoutWriter MultiWriter StderrWriter MultiWriter }
func NewCommandOutput ¶
func NewCommandOutput() *CommandOutput
type MultiWriter ¶
Click to show internal directories.
Click to hide internal directories.