Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Watch ¶
type Watch interface { // Initialize Initializes the file watch, and reads file init data. Initialize() error // Run runs file watch, then handles file change event. Run() // Shutdown Shutdowns file watch. Shutdown() error }
Watch represents file change event under dir and all sub dirs.
Click to show internal directories.
Click to hide internal directories.