package app import "github.com/gin-gonic/gin" type Gin struct { C *gin.Context }