// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package category import ( "xgit.pub/module/cms/app/api/category" ) type ControllerV1 struct{} func NewV1() category.ICategoryV1 { return &ControllerV1{} }