Files
ktm-booking-bot/backend/internal/user/sessionmiddlewarecontext.go
Samuel Pua 7cf10b07d4
Some checks failed
ktm-booking-bot/ktm-booking-bot/pipeline/head Something is wrong with the build of this commit
Feat(ktm-booking): Initial commit
2022-09-27 02:50:07 +08:00

8 lines
84 B
Go

package user
const (
UserContextKey ContextKey = "user"
)
type ContextKey string