Versions in this module Expand all Collapse all v1 v1.7.17 Aug 31, 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)