8 lines
164 B
Go
8 lines
164 B
Go
package category
|
|
|
|
import api "git.echol.cn/loser/lckt/api/v1"
|
|
|
|
type RouterGroup struct{ CategoryRouter }
|
|
|
|
var catApi = api.ApiGroupApp.CategoryApiGroup.CategoryApi
|