Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_CHANNEL_SIZE = 10
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶ added in v0.1.59
type Command struct { Name string Args []string Dir string Environment map[string]string PseudoTerminal *Size ChannelSize int // contains filtered or unexported fields }
func NewCommand ¶ added in v0.1.59
func NewCommand() *Command
type Process ¶ added in v0.1.59
type Process struct { Stdout chan []byte // receive from this Stderr chan []byte // receive from this // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.