package
Version:
v1.1.6
Opens a new window with list of versions in this module.
Published: Apr 26, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Event represents a single file system notification.
type Notify struct {
Events chan Event
Errors chan error
}
Notify delivers events to a channel when files are virtually updated.
"create+rename" is regarded as "update".
Close disposes internal resources.
PendingPeriod sets new pendingPeriod(ms).
Requeue requeue an event.
Op describes a set of file operations.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.