# Functions
CheckRateLimitBatchInitRequest 检查限流初始化请求参数.
CheckRateLimitInitRequest 检查限流初始化请求参数.
CheckRateLimitReportRequest 检查限流上报请求参数.
GetRateLimitServer 获取已经初始化好的Server.
Initialize 初始化函数.
NewClient 新建客户端.
NewClientManager 创建客户端管理器.
NewClientStreamUpdateEvent 更新客户端事件.
NewClientUpdateEvent 更新客户端事件.
NewCounterIdentifier 创建限流计数器标识.
NewCounterManagerV2 创建计数器管理类.
NewCounterV2 创建计数器.
NewOccupyAllocator 创建抢占式分配器.
NewPushManager 创建推送管理器.
NewStreamContext 创建连接上下文.
NewStreamUpdateEvent 更新客户端事件.
SetStatics 设置统计插件.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MaxSlideCount 最大滑窗.
No description provided by the author
No description provided by the author
# Structs
ClientManager 客户端管理器.
ClientSendTime 记录客户端上次发送时间.
ClientStreamUpdateEvent 客户端更新事件.
ClientUpdateEvent 客户端更新事件.
CounterClients 计算器管理的客户端数据结构.
CounterClientUpdateEvent 客户端更新事件.
CounterIdentifier 计数器标识.
CounterManagerV2 计数器管理类V2.
CounterSendTime 记录计数器最后一次发送时间.
CounterUpdateEvent 配额变更时间.
InitRequest 初始化请求.
OccupyAllocator 抢占式分配器.
PushValue 推送的值.
QuotaChangeEvent 配额变更时间.
Server v2版本的主server逻辑.
StreamContext 连接上下文.
StreamUpdateEvent 客户端更新事件.
# Interfaces
Client 客户端统计数据.
CounterV2 计数器.
PushManager 推送管理器.
QuotaAllocator 请求分配器.
Stream 应答发送Stream.