Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecursiveWatcher ¶
type RecursiveWatcher struct { Events chan fsnotify.Event Errors chan error // contains filtered or unexported fields }
func New ¶
func New() (*RecursiveWatcher, error)
func (*RecursiveWatcher) Add ¶
func (rw *RecursiveWatcher) Add(path string) error
func (*RecursiveWatcher) AddRecursive ¶
func (rw *RecursiveWatcher) AddRecursive(path string) error
func (*RecursiveWatcher) Close ¶
func (rw *RecursiveWatcher) Close() error
func (*RecursiveWatcher) Remove ¶
func (rw *RecursiveWatcher) Remove(path string) error
func (*RecursiveWatcher) RemoveRecursive ¶
func (rw *RecursiveWatcher) RemoveRecursive(path string) error
type RecursiveWatcherClosedError ¶
type RecursiveWatcherClosedError struct{}
func (RecursiveWatcherClosedError) Error ¶
func (e RecursiveWatcherClosedError) Error() string
Click to show internal directories.
Click to hide internal directories.