package internal import "github.com/gin-gonic/gin" type AppWebContext struct { GinEngine *gin.Engine }