Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 Changes in this version + func NewReader(meta *reader.Meta, conf conf.MapConf) (reader.Reader, error) + type CmdResult struct + func CmdRunWithTimeout(scriptType string, params ...string) (CmdResult, bool) + type Reader struct + Cron *cron.Cron + func (r *Reader) Close() error + func (r *Reader) Name() string + func (r *Reader) ReadLine() (string, error) + func (r *Reader) SetMode(mode string, v interface{}) error + func (r *Reader) Source() string + func (r *Reader) Start() error + func (r *Reader) Status() StatsInfo + func (r *Reader) SyncMeta()