Versions in this module Expand all Collapse all v0 v0.2.17 Jan 26, 2026 v0.2.16 Jan 21, 2026 Changes in this version + type SimpleInMemoryEventBus struct + func NewSimpleInMemoryEventBus() *SimpleInMemoryEventBus + func (b *SimpleInMemoryEventBus) Publish(ctx context.Context, evt eventbus.Event) error + func (b *SimpleInMemoryEventBus) Start(ctx context.Context) error + func (b *SimpleInMemoryEventBus) Stop(ctx context.Context) error + func (b *SimpleInMemoryEventBus) Subscribe(ctx context.Context, eventName string, handler eventbus.EventHandler) error + func (b *SimpleInMemoryEventBus) Unsubscribe(ctx context.Context, eventName string, handler eventbus.EventHandler) error