rag/internal/consts/http_metadata.go

11 lines
120 B
Go
Raw Normal View History

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