package request import ( "github.com/gin-gonic/gin" ) type AuthReq struct { } var Auth = new(AuthReq) func (a *AuthReq) User(c *gin.Context) { }