Versions in this module Expand all Collapse all v0 v0.2.17 Jan 26, 2026 Changes in this version + type JsonCoder struct + func NewJsonCoder() *JsonCoder + func (c *JsonCoder) Decode(data []byte, v interface{}) error + func (c *JsonCoder) Encode(v interface{}) ([]byte, error) + type ProtoCoder struct + func NewProtoCoder() *ProtoCoder + func (c *ProtoCoder) Decode(data []byte, v interface{}) error + func (c *ProtoCoder) Encode(v interface{}) ([]byte, error) v0.2.16 Jan 21, 2026 Changes in this version + type BaseEvent struct + func NewBaseEvent(name string) BaseEvent + func (b *BaseEvent) EventID() string + func (b *BaseEvent) EventName() string + func (b *BaseEvent) Timestamp() time.Time