Versions in this module Expand all Collapse all v1 v1.0.10 Jan 11, 2024 Changes in this version + type Envelope struct + Text string + func NewNoticeEnvelope(text string) (E *Envelope) + func (E *Envelope) Bytes() (s []byte) + func (E *Envelope) Label() string + func (E *Envelope) MarshalJSON() ([]byte, error) + func (E *Envelope) String() (s string) + func (E *Envelope) ToArray() array.T + func (E *Envelope) Unmarshal(buf *text.Buffer) (e error)