package internal import ( "github.com/gin-gonic/gin" "gorm.io/gorm" ) type AppWebContext struct { Db *gorm.DB GinEngine *gin.Engine }