package consts
import (
"github.com/gin-gonic/gin"
)
type Request struct {
Http *gin.Context
User *UserTokenInfo
}