# Functions
AliasForRecordMetrics 对请求路径起个别名,用于记录指标。 如:Get /user/:username 这样的路径,因为 username 会有非常多的情况,这样记录指标非常不友好。.
DisableRecordMetrics 禁止记录指标.
DisableTraceLog 禁止记录日志.
No description provided by the author
No description provided by the author
WithAlertNotify 设置告警通知.
WithDisablePProf 禁用 pprof.
WithDisablePrometheus 禁用prometheus.
WithDisableSwagger 禁用 swagger.
WithEnableCors 设置支持跨域.
WithEnableOpenBrowser 启动后在浏览器中打开 uri.
WithEnableRate 设置支持限流.
WithRecordMetrics 设置记录接口指标.
WrapAuthHandler 用来处理 Auth 的入口.
# Structs
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
IRoutes 包装gin的IRoutes.
Mux http mux.
RouterGroup 包装gin的RouterGroup.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author