mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-21 23:08:46 +08:00
8 lines
107 B
Go
8 lines
107 B
Go
package router
|
|
|
|
type RouterGroup struct {
|
|
BaseRouter
|
|
UserRouter
|
|
}
|
|
|
|
var RouterGroupApp = new(RouterGroup)
|