package entity import ( "github.com/gin-gonic/gin" "online-order/ent" ) type RouterBase struct { Database *ent.Client OpenApp *gin.RouterGroup } type Routers struct { RouterBase RestrictedApp *gin.RouterGroup }