Versions in this module Expand all Collapse all v0 v0.1.1 Jan 6, 2020 Changes in this version + type Runner struct + ErrCh chan error + RcvDoneCh chan struct{} + SndDoneCh chan struct{} + func NewRunner(config *config.Config, once bool) (*Runner, error) + func (r *Runner) Start() + func (r *Runner) Stop()