Versions in this module Expand all Collapse all v0 v0.0.5 Feb 26, 2022 Changes in this version + func StripMono(t *time.Time) + type DataExpires interface + Data func() interface{} + func NewDataExpires(data interface{}, dur time.Duration) DataExpires + type Expires interface + GetExpires func() time.Time + IsExpires func() bool + SetExpires func(e bool) + func NewExpires(dur time.Duration) Expires + func NewExpiresAt(at time.Time) Expires