Documentation
¶
Index ¶
- type EventBus
- func (*EventBus) Forward(target provider.Target, data interface{}) (response interface{}, err error)
- func (eb *EventBus) GoToTarget(data map[string]interface{}, stop chan struct{}) (interface{}, error)
- func (eb *EventBus) Name() string
- func (eb *EventBus) RegisterListener(handle listener.Handle) error
- func (eb *EventBus) UnregisterListener()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventBus ¶
type EventBus struct {
// contains filtered or unexported fields
}
func (*EventBus) GoToTarget ¶
func (*EventBus) RegisterListener ¶
func (*EventBus) UnregisterListener ¶
func (eb *EventBus) UnregisterListener()
Click to show internal directories.
Click to hide internal directories.