Versions in this module Expand all Collapse all v0 v0.2.1 Sep 22, 2023 Changes in this version + type Envelope struct + Message T + Metadata Metadata + func (e Envelope[T]) ToGenericEnvelope() GenericEnvelope + type GenericEnvelope Envelope[Message] + type Message interface + Name func() string + type Metadata map[string]string + func (m Metadata) Merge(other Metadata) Metadata + func (m Metadata) With(key, value string) Metadata