Documentation ¶ Index ¶ type Runner func NewRunner(config *config.Config, dry, once bool) (*Runner, error) func (r *Runner) Run() error func (r *Runner) SetErrStream(err io.Writer) func (r *Runner) SetOutStream(out io.Writer) func (r *Runner) Start() func (r *Runner) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Runner ¶ type Runner struct { ErrCh chan error DoneCh chan bool // contains filtered or unexported fields } func NewRunner ¶ func NewRunner(config *config.Config, dry, once bool) (*Runner, error) func (*Runner) Run ¶ func (r *Runner) Run() error func (*Runner) SetErrStream ¶ func (r *Runner) SetErrStream(err io.Writer) func (*Runner) SetOutStream ¶ func (r *Runner) SetOutStream(out io.Writer) func (*Runner) Start ¶ func (r *Runner) Start() func (*Runner) Stop ¶ func (r *Runner) Stop() Source Files ¶ View all Source files runner.go Click to show internal directories. Click to hide internal directories.