package entitys import ( "github.com/gin-gonic/gin" "github.com/xormplus/xorm" ) type CtrlContext struct { Ctx *gin.Context Db *xorm.Engine PlatformDbEngine *xorm.Engine }