package
0.0.0-20240919033358-cce434e5d354
Repository: https://github.com/codfrm/cago.git
Documentation: pkg.go.dev

# Functions

NewCombinationLimit 创建组合限流器.
NewEmpty 创建空限流器.
NewPeriodLimit 创建周期限流器 period单位秒,quota限流数量,limitStore redis客户端,keyPrefix键前缀.

# Structs

CombinationLimit 组合限流器 可以组合多个限流器.
No description provided by the author
PeriodLimit 周期限流器,redis zet实现滑动窗口.

# Interfaces

Limit 限流器接口.