Skip to content

Commit 4981ac5

Browse files
committed
feat: update README.md
1 parent 8c39569 commit 4981ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ Microservice framework implemented based on Golang~~
6969
│ └─server
7070
│ ├─restserver http 服务的初始化配置
7171
│ │ ├─middlewares http 服务的中间件
72-
│ │ │ ├─auth 认证相关中间件,包括 jwt,cache,basic
72+
│ │ │ ├─auth 认证相关中间件,包括 jwt,cache,basic 这里是校验认证的中间件
73+
│ │ │ ├─jwt.go 生成token的中间件
7374
│ │ │ └─tracing.go 只是向gin中封装了 jeager 的 span 的相关信息,待上报的时候,才能入库
7475
│ │ ├─pprof http 服务的 pprof 相关逻辑
7576
│ │ └─validation http 服务的参数校验

0 commit comments

Comments
 (0)