Documentation
¶
Index ¶
- Constants
- func NewReader(meta *reader.Meta, conf conf.MapConf) (mr reader.Reader, err error)
- type CollectionFilter
- type Reader
- func (mr *Reader) Close() (err error)
- func (mr *Reader) LoopRun()
- func (mr *Reader) Name() string
- func (mr *Reader) ReadLine() (data string, err error)
- func (mr *Reader) SetMode(mode string, v interface{}) error
- func (mr *Reader) Source() string
- func (mr *Reader) Start()
- func (mr *Reader) Status() StatsInfo
- func (mr *Reader) SyncMeta()
Constants ¶
View Source
const (
MongoDefaultOffsetKey = "_id"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CollectionFilter ¶
type CollectionFilter map[string]interface{}
CollectionFilter is just a typed map of strings of map[string]interface{}
Click to show internal directories.
Click to hide internal directories.