Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSEvent ¶
type FSEvent struct { Path string EventType FSEventType FileInfo os.FileInfo PreviousFileInfo os.FileInfo }
FSEvent ...
type FSEventType ¶
type FSEventType int
FSEventType ...
const FSEventCreate FSEventType = 0
FSEventCreate ...
const FSEventDelete FSEventType = 1
FSEventDelete ...
const FSEventModify FSEventType = 2
FSEventModify ...
Click to show internal directories.
Click to hide internal directories.