2
vendor/github.com/syncthing/notify/tree.go
generated
vendored
2
vendor/github.com/syncthing/notify/tree.go
generated
vendored
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user