update readme
This commit is contained in:
parent
8997577181
commit
60ef099fdf
@ -22,7 +22,7 @@
|
||||
|
||||
## 设计方案
|
||||
|
||||
###【可选】路由组定义
|
||||
### 【可选】路由组定义
|
||||
|
||||
路由组可以通过函数进行定义, 函数名必须需为 : **`RouterPrefix`** , 函数无任何参数, 返回路由组名称, 示例 :
|
||||
|
||||
@ -34,7 +34,7 @@ func (t *TestController) RouterPrefix() string {
|
||||
}
|
||||
```
|
||||
|
||||
###【可选】路由组中间件定义
|
||||
### 【可选】路由组中间件定义
|
||||
|
||||
路由组中间件可以通过函数进行定义, 函数名必须需为 : **`RouterMiddleware`** , 函数无任何参数, 返回路由组中间件列表 **`[]gin.HandlerFunc`**, 示例 :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user