//
pkg.gl
Category
github.com/areknoster/public-distributed-commit-log
ratelimiting
package
1.3.0
Repository:
https://github.com/areknoster/public-distributed-commit-log.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
31 SLOC
#
Functions
NewAlwaysAllowLimiter
No description provided by the author
NewTokenBucketLimiter
No description provided by the author
#
Structs
AlwaysAllowLimiter
AlwaysAllowLimiter always passes requests.
TokenBucketLimiter
TokenBucketLimiter does rate limiting based on token bucket algorithm.