package
Version:
v0.1.0-beta1
Opens a new window with list of versions in this module.
Published: Dec 19, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
Type EventType
Data interface{}
}
EventType defines the possible types of events.
type IWatcher interface {
Stop()
ResultChan() <-chan Event
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.