//
pkg.gl
Category
github.com/lowc1012/rate-limiter-with-go
internal
ratelimiter
algorithm
package
0.0.0-20250125151456-be662a432a28
Repository:
https://github.com/lowc1012/rate-limiter-with-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
154 SLOC
#
Functions
NewLeakyBucket
No description provided by the author
NewTokenBucket
NewTokenBucket creates a new TokenBucket with the given refill rate and capacity.
#
Structs
LeakyBucket
No description provided by the author
TokenBucket
No description provided by the author