//
pkg.gl
Category
github.com/influx6/npkg
nrates
package
0.8.9
Repository:
https://github.com/influx6/npkg.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
154 SLOC
#
Functions
NewFactory
NewRateLimiter returns a new Limiter.
NewRedisIncr
No description provided by the author
#
Constants
PerMinute
PerMinute allows us to accept x requests per minute.
PerSecond
PerSecond allows us to accept x requests per second.
#
Structs
LimiterFactory
No description provided by the author
RateLimiter
No description provided by the author
RedisIncr
No description provided by the author
#
Interfaces
IncrementStore
No description provided by the author
Request
No description provided by the author
#
Type aliases
Rate
Rate is the rate of allowed requests.