Versions in this module Expand all Collapse all v1 v1.9.0 Oct 3, 2022 v1.7.17 Aug 16, 2022 v1.7.16 Aug 12, 2022 Changes in this version + type Config struct + Clock *mockable.Clock + MaxSize int + TTL time.Duration + type Window struct + func New(config Config) *Window + func (w *Window) Add(value interface{}) + func (w *Window) Length() int + func (w *Window) Oldest() (interface{}, bool)