Versions in this module Expand all Collapse all v1 v1.9.8 Jun 28, 2023 Changes in this version + type ContinuousFactory struct + func (ContinuousFactory) New(halflife time.Duration) Meter + type Factory interface + New func(halflife time.Duration) Meter + type Meter interface + Dec func(time.Time, float64) + Inc func(time.Time, float64) + Read func(time.Time) float64 + TimeUntil func(now time.Time, value float64) time.Duration + func NewMeter(halflife time.Duration) Meter v1.9.8-rc.9 Jun 28, 2023