# 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.