//
pkg.gl
Category
github.com/joyous-x/saturn
common
gins
middleware
package
0.0.0-20200820085722-849f898b3d9e
Repository:
https://github.com/joyous-x/saturn.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
13
Dependents
1
Files
185 SLOC
#
Functions
AuthSign
AuthSign ...
AuthToken
AuthToken ...
Cors
No description provided by the author
RateLimitOnConcurrency
RateLimitOnConcurrency 限制最大并发数 估算最大并发数公式: 单机峰值OPS * 接口平均延时, 例如: 服务峰值ops = 8000个请求每秒, 接口平均延时为 25ms 那么, 最大并发数 = 8000 * 0.025 = 200.
Recovery
No description provided by the author
Trace
Trace 拦截器.
#
Variables
CorsEx
No description provided by the author
#
Structs
RateLimitConcurrency
No description provided by the author