Versions in this module Expand all Collapse all v0 v0.3.0 May 10, 2026 Changes in this version + type Event struct + Payload any + Type string + type EventBus interface + Publish func(e Event) + Subscribe func(fn func(Event)) + func NewEventBus() EventBus v0.2.0 May 9, 2026