//
pkg.gl
Category
github.com/codingXiang/request-limit-server
util
limit
package
1.0.0
Repository:
https://github.com/codingxiang/request-limit-server.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
55 SLOC
#
Functions
NewRange
No description provided by the author
NewUnit
No description provided by the author
#
Constants
Hour
No description provided by the author
HOUR
No description provided by the author
Minute
No description provided by the author
MINUTE
No description provided by the author
Second
No description provided by the author
SECOND
No description provided by the author
#
Structs
Range
Range 時間限制物件 - param - unit : 單位 - per : 數量 - method - NewRange : 建立物件 instance - Get : 取得實際時間範圍 */.
#
Type aliases
Unit
Unit 限制時間單位 - 目前支援以下單位 - Second : 秒 - Minute : 分 - Hour : 小時 */.