Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileEvent ¶
type FileEvent struct { Name string // Relative path to the file or directory. Op Op // File operation that triggered the event. }
Types Event and Op and the Op-constants were copied from the fsnotify.go -> we wrap them here FileEvent represents a single file system notification.
type FileWatcher ¶
type FileWatcher struct {
// contains filtered or unexported fields
}
func (*FileWatcher) Start ¶
func (fw *FileWatcher) Start()
Click to show internal directories.
Click to hide internal directories.