rag/internal/consts/http_metadata.go

11 lines
121 B
Go
Raw Normal View History

2024-06-13 07:36:51 +00:00
package consts
import (
"github.com/gin-gonic/gin"
)
type Metadata struct {
Http *gin.Context
User *UserTokenInfo
}