支持解析路由前缀

This commit is contained in:
2024-07-20 23:39:25 +08:00
parent cbfe92597e
commit b14b1ef345
7 changed files with 102 additions and 276 deletions

15
router/meta.go Normal file
View File

@ -0,0 +1,15 @@
// Package router ...
//
// Description : router ...
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2024-07-20 21:40
package router
// Meta 接口的元信息
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 21:40 2024/7/20
type Meta struct{}