//
pkg.gl
Category
github.com/kbirk/witch
watcher
package
0.0.0-20240120040417-c6fe939a8d3c
Repository:
https://github.com/kbirk/witch.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
124 SLOC
#
Functions
New
New instantiates and returns a new watcher struct.
#
Constants
Added
Added represents a file creation event.
Changed
Changed represents a file change event.
Removed
Removed represents a file removal event.
#
Structs
Event
Event represents a single detected file event.
Watcher
Watcher represents a simple struct for scanning and checking for any changes that occur in a set of watched files and directories.