1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 00:09:16 +08:00
1Panel/backend/router/ro_router.go
2023-12-20 14:44:09 +00:00

8 lines
120 B
Go

package router
import "github.com/gin-gonic/gin"
type CommonRouter interface {
InitRouter(Router *gin.RouterGroup)
}