pcm-ai4m/router/enter.go

12 lines
144 B
Go

package router
import (
"ai4m/router/system"
)
type RouterGroup struct {
System system.RouterGroup
}
var RouterGroupApp = new(RouterGroup)