watcher

package
v0.0.0-...-9ee0041 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2016 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	fsnotify.Event
}

Event wraps fsnotify.Event

type Watcher

type Watcher struct {
	// contains filtered or unexported fields
}

Watcher wraps fsnotify.Watcher.

func New

func New() (*Watcher, error)

New creates a new Watcher and begins watching events

func (*Watcher) Add

func (w *Watcher) Add(path string, ch chan<- Event) error

Add registers a channel for events on the given path

func (*Watcher) Close

func (w *Watcher) Close() error

Close stops all watches and closes the underlying watcher.

func (*Watcher) Remove

func (w *Watcher) Remove(path string, ch chan<- Event) error

Remove unregisters a channel for events on the given path

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL