vendor: Update github.com/syncthing/notify (fixes #4885) (#4894)

This commit is contained in:
Simon Frei
2018-04-20 17:01:03 +02:00
committed by GitHub
parent 25bf406f0e
commit 3d02fcd473
6 changed files with 40 additions and 33 deletions

View File

@@ -7,7 +7,7 @@ package notify
const buffer = 128
type tree interface {
Watch(string, chan<- EventInfo, func(string) bool, ...Event) error
Watch(string, chan<- EventInfo, DoNotWatchFn, ...Event) error
Stop(chan<- EventInfo)
Close() error
}