Versions in this module Expand all Collapse all v0 v0.1.1 Jan 13, 2026 v0.1.0 Jan 12, 2026 Changes in this version + type Attribute struct + func Bool(key string, value bool) *Attribute + func Float(key string, value float64) *Attribute + func Int(key string, value int64) *Attribute + func String(key string, value string) *Attribute + func (a *Attribute) AsString() string + func (a *Attribute) BoolValue() bool + func (a *Attribute) FloatValue() float64 + func (a *Attribute) IntValue() int64 + func (a *Attribute) Key() string + func (a *Attribute) StringValue() string + func (a *Attribute) Type() Type + type Type int + const TypeBool + const TypeFloat + const TypeInt + const TypeString + func (t Type) String() string