Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteOutput ¶
func WriteOutput(in io.ReadCloser, post io.WriteCloser) error
Types ¶
type Executor ¶
type Executor interface { Command(path string, args ...string) Stream(posters ...io.WriteCloser) error }
type RealExecutor ¶
func (*RealExecutor) Command ¶
func (e *RealExecutor) Command(bin string, args ...string)
func (*RealExecutor) Stream ¶
func (e *RealExecutor) Stream(posters ...io.WriteCloser) error
Click to show internal directories.
Click to hide internal directories.