Versions in this module Expand all Collapse all v0 v0.0.5 Jan 20, 2023 Changes in this version + type Limiter struct + func New(ctx context.Context, max int64, duration time.Duration) *Limiter + func NewUnlimited(ctx context.Context) *Limiter + func (rateLimiter *Limiter) Take()