Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Bees = map[string]CmdFunc{}
Functions ¶
Types ¶
type Cmd ¶
type Cmd struct { exec.Cmd Id int Parent *Cmd ExitCode int Fallback bool // contains filtered or unexported fields }
func (*Cmd) StdinCloser ¶
func (c *Cmd) StdinCloser() (io.WriteCloser, error)
func (*Cmd) StdoutCloser ¶
func (c *Cmd) StdoutCloser() (io.ReadCloser, error)
type CmdWriteCloser ¶
type CmdWriteCloser struct {
// contains filtered or unexported fields
}
func (*CmdWriteCloser) Close ¶
func (cwc *CmdWriteCloser) Close() error
Click to show internal directories.
Click to hide internal directories.