package
0.0.0-20200226065818-fe632b36a108
Repository: https://github.com/alipay/sofa-mesh.git
Documentation: pkg.go.dev
# Functions
NewFakeWatcher returns a function which creates a new fake watcher for unit testing.
NewWatcher return with a FileWatcher instance that implemented with fsnotify.
# Structs
FakeWatcher provides a fake file watcher implementation for unit tests.
# Interfaces
FileWatcher is an interface that watches a set of files, delivering events to related channel.
# Type aliases
NewFileWatcherFunc returns a functions which creates a new file watcher.