Files
sundynix-go/router/codegen/enter.go
T
2026-04-28 10:29:02 +08:00

12 lines
157 B
Go

package codegen
import v1 "sundynix-go/api/v1"
type RouterGroup struct {
CodegenRouter
}
var (
codegenApi = v1.ApiGroupApp.CodegenApiGroup.CodegenApi
)