Versions in this module Expand all Collapse all v2 v2.0.2 Nov 20, 2023 v2.0.1 Nov 16, 2023 v2.0.0 Sep 29, 2023 Changes in this version + var ErrLimitExceed = errors.New("rate limit exceeded") + type DoneFunc func(DoneInfo) + type DoneInfo struct + Err error + type RateLimiter interface + Allow func() (DoneFunc, error)