package fanotify
import "sbinet.org/x/ptt/fanotify"
Index ¶
Types ¶
type Event ¶
func (Event) String ¶
type EventKind ¶
type EventKind uint8
const ( EventInvalid EventKind = 0 EventCreate EventKind = 1 << iota EventDelete EventMoved EventClose EventModify )
func (EventKind) String ¶
type Watcher ¶
type Watcher struct {
// contains filtered or unexported fields
}
func Watch ¶
func (*Watcher) Close ¶
func (*Watcher) Events ¶
Source Files ¶
fanotify.go
- Version
- v0.0.0-20250303145539-212a2a8f82e2 (latest)
- Published
- Mar 3, 2025
- Platform
- linux/amd64
- Imports
- 10 packages
- Last checked
- 5 days ago –
Tools for package owners.