Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FsnWatcher ¶
type FsnWatcher struct {
// contains filtered or unexported fields
}
func NewFsnWatcher ¶
func NewFsnWatcher() (*FsnWatcher, error)
func (*FsnWatcher) Add ¶
func (w *FsnWatcher) Add(name string) error
func (*FsnWatcher) Close ¶
func (w *FsnWatcher) Close() error
func (*FsnWatcher) Events ¶
func (w *FsnWatcher) Events() <-chan interface{}
func (*FsnWatcher) OpMask ¶
func (w *FsnWatcher) OpMask() *Op
func (*FsnWatcher) Remove ¶
func (w *FsnWatcher) Remove(name string) error
type GWatcher ¶
type GWatcher struct {
// contains filtered or unexported fields
}
graph based watcher
func NewGWatcher ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
func (*Node) SprintFlatTree ¶
Click to show internal directories.
Click to hide internal directories.