Documentation ¶
Index ¶
- type Command
- func (c *Command) Compare(o *Command) error
- func (c *Command) Kill()
- func (c *Command) Start() error
- func (c *Command) Stderr(err io.Writer)
- func (c *Command) StderrPipe() (io.Reader, error)
- func (c *Command) Stdin(in io.Reader)
- func (c *Command) StdinPipe() (io.WriteCloser, error)
- func (c *Command) Stdout(out io.Writer)
- func (c *Command) StdoutPipe() (io.Reader, error)
- func (c *Command) Wait() error
- type Commander
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.