package
1.5.0
Repository: https://github.com/triggermesh/brokers.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewCachedFileWatcher creates a new FileWatcher object that register files and calls back when they change.
No description provided by the author
NewWatcher creates a new FileWatcher object that register files and calls back when they change.

# Interfaces

CachedFileWatcher is a FileWatcher that caches and tracks the contents of watched files.
FileWatcher object tracks changes to files.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
WatchCallback is called when a watched file is updated.