Versions in this module Expand all Collapse all v0 v0.2.2 Jul 3, 2023 v0.2.1 Jun 22, 2023 v0.2.0 May 25, 2023 Changes in this version type Bus + var B *Bus type Event + Data []byte v0.1.0 Mar 5, 2023 Changes in this version + type Bus struct + C chan Event + func Init() (Bus, error) + func (eb *Bus) Publish(eventName string, data []byte) + func (eb *Bus) Subscribe(eventName string, callback func()) + type Event struct + Name string + Value []byte