package
0.0.0-20230217150624-2e73fddd8c3d
Repository: https://github.com/donscoco/goboot.git
Documentation: pkg.go.dev
# Functions
CreateLimiter returns a new Limiter that allows events up to rate r and permits bursts of at most b tokens.
Every converts a minimum time interval between events to a Limit.
# Constants
Inf is the infinite rate limit; it allows all events (even if burst is zero).
# Structs
No description provided by the author
A Reservation holds information about events that are permitted by a Limiter to happen after a delay.
# Type aliases
Limit defines the maximum frequency of some events.