Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + type Event struct + func NewEvent(properties map[string]string) *Event + func (r Event) ToJson() (*string, error) + type EventConsumerIfc interface + ConsumeEvent func(event EventIfc) + type EventIfc interface + type EventProducerIfc interface + ProduceEvent func(event EventIfc)