Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelEventBus ¶
type ChannelEventBus struct {
// contains filtered or unexported fields
}
func NewChannelEventBus ¶
func NewChannelEventBus() *ChannelEventBus
func (*ChannelEventBus) Close ¶
func (b *ChannelEventBus) Close()
func (*ChannelEventBus) Publish ¶
func (b *ChannelEventBus) Publish(evt event.Event)
func (*ChannelEventBus) Subscribe ¶
func (b *ChannelEventBus) Subscribe(handler event.EventHandler) func()
Click to show internal directories.
Click to hide internal directories.