Versions in this module Expand all Collapse all v1 v1.0.1 Feb 3, 2021 v1.0.0 Jan 18, 2021 Changes in this version + func Publish(event *Event) error + type Event struct + Context interface{} + Data interface{} + Status string + Topic string + type Subscriber interface + Event func() <-chan *Event + Unsubscribe func() + func Subscribe(topic string) (Subscriber, error) + func SubscribeAll() (Subscriber, error)