Versions in this module Expand all Collapse all v0 v0.30.2 Mar 23, 2022 Changes in this version + type TimeWindow struct + func NewTimeWindow(duration, granularity time.Duration) *TimeWindow + func (t *TimeWindow) Current() int32 + func (t *TimeWindow) Record(now time.Time, value int32)