Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event interface {
// GetEventType implementations should return one the enums defined above to
// identify the type of event being emitted
GetEventType() EventType
}
Event is used to abstract away the two transition event types passed up through a single channel from the the engine
Click to show internal directories.
Click to hide internal directories.