Versions in this module Expand all Collapse all v0 v0.0.2 Jul 15, 2026 Changes in this version + type Broker interface + type Event struct + Payload model.Encodable + Topic string + type Handler func(Event) + type Publisher interface + Publish func(e Event) + type Subscriber interface + Subscribe func(topic string, h Handler) v0.0.1 Jul 15, 2026 Changes in this version + type Events struct + func New() *Events