Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RedisConfDo ¶
func RedisConfPipline ¶
Types ¶
type FlowCountService ¶
type FlowCountService struct { AppID string //应用ID Interval time.Duration //采集频率 TotalCount int64 //当前总共请求数 QPS int64 //QPS Unix int64 //上次unix时间戳 TickerCount int64 //当前流量 }
func NewFlowCountService ¶
func NewFlowCountService(appID string, interval time.Duration) (*FlowCountService, error)
Click to show internal directories.
Click to hide internal directories.