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 Options struct + type Reader struct + func (*Reader) SetMode(_ string, _ interface{}) error + func (*Reader) SyncMeta() + func (r *Reader) Close() error + func (r *Reader) Name() string + func (r *Reader) ReadLine() (string, error) + func (r *Reader) Source() string + func (r *Reader) Start() error + func (r *Reader) Status() StatsInfo