Versions in this module Expand all Collapse all v0 v0.1.0 Jan 28, 2024 Changes in this version + type EventBus interface + AddTopic func(name string, src <-chan coretypes.ResultEvent) error + RemoveTopic func(name string) + Subscribe func(name string) (<-chan coretypes.ResultEvent, UnsubscribeFunc, error) + Topics func() []string + func NewEventBus() EventBus + type UnsubscribeFunc func()