Versions in this module Expand all Collapse all v0 v0.0.3 May 26, 2026 v0.0.2 May 16, 2026 v0.0.1 May 14, 2026 Changes in this version + type Codec struct + func New() *Codec + func (codec Codec) Decode(payload app.Payload) (app.Message, error) + func (codec Codec) Encode(msg app.Message) (app.Payload, error) + type Envelope struct + Type string