//
pkg.gl
Category
github.com/cyub/hyper
pkg
limiter
package
1.1.0
Repository:
https://github.com/cyub/hyper.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
44 SLOC
#
Packages
redis
No description provided by the author
#
Functions
PerHour
PerHour return limit base per hour.
PerMinute
PerMinute return limit base per minute.
PerSecond
PerSecond return limit base per second.
#
Constants
KeyPrefix
KeyPrefix the prefix of key.
#
Structs
Limit
Limit struct define Limit.
Result
Result define the result of acquire lock.
#
Interfaces
Limiter
Limiter interface.