Versions in this module Expand all Collapse all v0 v0.2.0 Dec 7, 2025 Changes in this version + type Percentage int + func (p *Percentage) UnmarshalText(text []byte) error + func (p Percentage) String() string v0.1.0 Nov 17, 2025 Changes in this version + const Day + type Bytes int64 + func (b *Bytes) UnmarshalText(text []byte) error + func (b Bytes) String() string + type Duration time.Duration + func (d *Duration) UnmarshalText(text []byte) error + func (d Duration) String() string