proxy.golang.org : github.com/traherom/fsnotifydeep
Package fsnotifydeep extends fsnotify to make it work recursively. During an Add, all subdirectories are added as well. For a Remove, the same. As the contents of the monitored directories changes, fsnotify is updated accordingly. In addition, fsnotifydeep adds a Filter feature to Watchers, allowing the client to specify a function literal that determines if an event should appear on the Events channel or be quietly dropped. The primary downside of this package is a performance hit. The exact amount will depend on the size of the filesystem under monitor.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/traherom/fsnotifydeep
License: BSD-3-Clause
Latest release: over 9 years ago
First release: over 9 years ago
Namespace: github.com/traherom
Stars: 2 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 days ago