1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-03 04:24:15 +08:00
2024-07-23 14:48:37 +08:00

8 lines
120 B
Go

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