Feat(ktm-booking): Initial commit
Some checks failed
ktm-booking-bot/ktm-booking-bot/pipeline/head Something is wrong with the build of this commit
Some checks failed
ktm-booking-bot/ktm-booking-bot/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
7
backend/internal/user/sessionmiddlewarecontext.go
Normal file
7
backend/internal/user/sessionmiddlewarecontext.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package user
|
||||
|
||||
const (
|
||||
UserContextKey ContextKey = "user"
|
||||
)
|
||||
|
||||
type ContextKey string
|
||||
Reference in New Issue
Block a user