Documentation
¶
Overview ¶
Package events provides a simple abstraction layer for producing and consuming in-process events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event interface{}
Event is an interface to allow any kind of message to be produced to Watchers.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is the type used to allow registration of watchers interested in certain kinds of events.
Click to show internal directories.
Click to hide internal directories.