We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c39569 commit 4981ac5Copy full SHA for 4981ac5
README.md
@@ -69,7 +69,8 @@ Microservice framework implemented based on Golang~~
69
│ └─server
70
│ ├─restserver http 服务的初始化配置
71
│ │ ├─middlewares http 服务的中间件
72
-│ │ │ ├─auth 认证相关中间件,包括 jwt,cache,basic
+│ │ │ ├─auth 认证相关中间件,包括 jwt,cache,basic 这里是校验认证的中间件
73
+│ │ │ ├─jwt.go 生成token的中间件
74
│ │ │ └─tracing.go 只是向gin中封装了 jeager 的 span 的相关信息,待上报的时候,才能入库
75
│ │ ├─pprof http 服务的 pprof 相关逻辑
76
│ │ └─validation http 服务的参数校验
0 commit comments