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.