# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
WithDisablePProf 禁用 pprof.
WithDisablePrometheus 禁用prometheus.
WithDisableSwagger 禁用 swagger.
WithEnableCors 开启CORS.
No description provided by the author
WithPanicNotify 设置panic时的通知回调.
WithRecordMetrics 设置记录prometheus记录指标回调.
WrapAuthHandler 用来处理 Auth 的入口,在之后的handler中只需 ctx.UserID() ctx.UserName() 即可。 handler 是真正的处理者.
# Structs
OpenTelemetry logger \ metrics \ trace 三者归一.
No description provided by the author
# Interfaces
Context 封装 gin.Context.
Engine http mux.
IRoutes 包装gin的IRoutes.
RouterGroup 包装gin的RouterGroup.
SvcContext 传给下层用的Context,精简去掉Request、Response等信息 只保留以下信息.
# Type aliases
No description provided by the author
OnPanicNotify 发生panic时通知用.
No description provided by the author
RecordMetrics 记录prometheus指标用.