Versions in this module Expand all Collapse all v1 v1.0.1 May 27, 2025 Changes in this version + func DecodeTo(data []byte, v interface{}) error + type Bus struct + func NewBus() *Bus + func (b *Bus) Publish(topic string, data interface{}) + type Event struct + Data interface{} + Topic string + func MustDecode(data []byte) (e Event)