Versions in this module Expand all Collapse all v0 v0.2.0 Oct 30, 2024 v0.1.0 Apr 2, 2024 Changes in this version + type Attributes struct + func NewAttributes(key, value any) *Attributes + func (a *Attributes) Equal(o *Attributes) bool + func (a *Attributes) MarshalJSON() ([]byte, error) + func (a *Attributes) Merge(b *Attributes) *Attributes + func (a *Attributes) String() string + func (a *Attributes) Value(key any) any + func (a *Attributes) WithValue(key, value any) *Attributes