Versions in this module Expand all Collapse all v0 v0.0.14 Aug 4, 2024 Changes in this version + type N = int v0.0.13 Aug 1, 2024 v0.0.11 Aug 1, 2024 v0.0.10 Aug 1, 2024 v0.0.9 Jul 31, 2024 v0.0.8 Jul 29, 2024 v0.0.7 Jul 29, 2024 v0.0.6 Jul 29, 2024 v0.0.5 Jul 28, 2024 Changes in this version + const L + type B = []byte + type E = error + type S = string + type T struct + EventID *eventid.T + OK bool + Reason B + func New() *T + func NewFrom(eid *eventid.T, ok bool, msg B) *T + func (en *T) Label() string + func (en *T) MarshalJSON(dst B) (b B, err error) + func (en *T) UnmarshalJSON(b B) (r B, err error) + func (en *T) Write(ws enveloper.Writer) (err E)