Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ListenerStoppedErr = errors.New("listener closed")
Functions ¶
This section is empty.
Types ¶
type EventBus ¶
type EventBus struct {
// contains filtered or unexported fields
}
func NewEventBus ¶
func NewEventBus() *EventBus
type ListenerFactory ¶
type ListenerFactory interface {
New() Listener
}
type ResourceChangedEvent ¶
type ResourceChangedEvent struct {
Operation Op
Type model.ResourceType
Key model.ResourceKey
}
Click to show internal directories.
Click to hide internal directories.