Versions in this module Expand all Collapse all v12 v12.2.4 Mar 6, 2024 v12.2.3 Jan 14, 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()