Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventHandler ¶
type EventHandler interface { StackLength() int Append(event fsnotify.Event, sum string) Pop() fsnotify.Event Process() []Event // contains filtered or unexported methods }
func NewEventHandler ¶
func NewEventHandler() EventHandler
type EventManager ¶
func (*EventManager) Pop ¶
func (e *EventManager) Pop() fsnotify.Event
func (*EventManager) Process ¶
func (e *EventManager) Process() []Event
func (*EventManager) StackLength ¶
func (e *EventManager) StackLength() int
Click to show internal directories.
Click to hide internal directories.