Files
2025-12-04 10:55:25 +08:00

7 lines
95 B
Go

package middleware
const (
Authorization = "Authorization"
Unauthorized = "Unauthorized"
)