Versions in this module Expand all Collapse all v0 v0.0.1 Jan 30, 2026 Changes in this version + func Get(key string, max int64, interval int64) (int64, error) + type Box struct + func NewBox(max, interval int64) *Box + func (box *Box) Get() (int64, error)