Versions in this module Expand all Collapse all v1 v1.0.2 Nov 25, 2023 v1.0.1 Sep 19, 2022 Changes in this version + type Decoder struct + func New(in io.Reader) *Decoder + func NewSize(in io.Reader, bufferSize int) *Decoder + func (d *Decoder) Decode() (*base.MessageEvent, error) + func (d *Decoder) Retry() time.Duration