Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { // Relative path to the file or directory. Name string `json:"name"` // File operation that triggered the event. Op Op `json:"op"` // User metadata Metadata map[string]string `json:"metadata"` }
Event represents a single file system notification.
Click to show internal directories.
Click to hide internal directories.