Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + type EventEncoder interface + Encode func(event interface{}) error + type EventJSONEncoder struct + func NewEventJSONEncoder(logger logger.Logger, writer io.Writer) *EventJSONEncoder + func (e *EventJSONEncoder) Encode(object interface{}) error + type EventMsgPackEncoder struct + func NewEventMsgPackEncoder(logger logger.Logger, writer io.Writer) *EventMsgPackEncoder + func (e *EventMsgPackEncoder) Encode(object interface{}) error