# Functions
Align returns a func to customize a PeriodLimit with alignment.
NewPeriodLimit returns a PeriodLimit with given parameters.
NewTokenLimiter returns a new TokenLimiter that allows events up to rate and permits bursts of at most burst tokens.
# Variables
ErrUnknownCode is an error that represents unknown status code.
# Structs
No description provided by the author
A TokenLimiter controls how frequently events are allowed to happen with in one second.
# Type aliases
No description provided by the author