Versions in this module Expand all Collapse all v0 v0.0.5 Nov 12, 2024 v0.0.3 Nov 12, 2024 Changes in this version + type Duration time.Duration + func ParseDuration(s string) (Duration, error) + func (d *Duration) Scan(value interface{}) error + func (d *Duration) UnmarshalYAML(value *yaml.Node) error + func (d Duration) MarshalYAML() (interface{}, error) + func (d Duration) String() string + func (d Duration) Value() (driver.Value, error) + type Size int64 + func (s Size) String() string