Versions in this module Expand all Collapse all v1 v1.0.0 Oct 12, 2018 Changes in this version + type Encoder interface + Decode func([]byte) (eh.Event, context.Context, error) + Encode func(context.Context, eh.Event) ([]byte, error) + String func() string + type Error struct + Ctx context.Context + Err error + Event eh.Event + func (e Error) Error() string