rag/internal/access/http_context.go

12 lines
131 B
Go
Raw Normal View History

2024-06-13 07:08:55 +00:00
package access
import (
"framework_v2/internal/providers"
)
type User providers.JwtIDToken
type Metadata struct {
User User
}