feat: remove custom context
This commit is contained in:
@ -13,7 +13,8 @@ package router
|
||||
//
|
||||
// method: 请求方法: get/post 等
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 21:40 2024/7/20
|
||||
// 使用示例如下:
|
||||
// type RequestForm struct {
|
||||
// Meta `json:"-" path:"接口路由" method:"get,post" sse:"1" tag:"接口分组标签" summary:"接口描述"`
|
||||
// }
|
||||
type Meta struct{}
|
||||
|
||||
Reference in New Issue
Block a user