Versions in this module Expand all Collapse all v0 v0.1.1 Dec 7, 2014 v0.1.0 Dec 7, 2014 Changes in this version + var MissingFilepathError = errors.New("path not specified") + func NewFileSource(opt shared.OptionMap, cce chan *shared.ChangeEvent, wg *sync.WaitGroup, ...) (sources.Source, error) + type FileSource struct + func (fs *FileSource) Initialise() error + func (fs *FileSource) Start() + func (fs *FileSource) Stop()