wip
This commit is contained in:
parent
31d5936789
commit
890934fdf3
1 changed files with 1 additions and 5 deletions
|
@ -141,14 +141,10 @@ func (f *FileSource) LiveAcquisition(out chan types.Event, t *tomb.Tomb) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (f *FileSource) Dump() *FileSource {
|
||||
func (f *FileSource) Dump() interface{} {
|
||||
return f
|
||||
}
|
||||
|
||||
func (f *FileSource) New() FileSource {
|
||||
return FileSource{}
|
||||
}
|
||||
|
||||
func (f *FileSource) monitorNewFiles(out chan types.Event, t *tomb.Tomb) error {
|
||||
for {
|
||||
select {
|
||||
|
|
Loading…
Reference in a new issue