Versions in this module Expand all Collapse all v0 v0.1.2 Apr 13, 2026 v0.1.1 Apr 13, 2026 v0.1.0 Apr 13, 2026 Changes in this version + type ChannelEventBus struct + func NewChannelEventBus() *ChannelEventBus + func (b *ChannelEventBus) Close() + func (b *ChannelEventBus) Publish(evt event.Event) + func (b *ChannelEventBus) Subscribe(handler event.EventHandler) func()