Some checks failed
ktm-booking-bot/ktm-booking-bot/pipeline/head Something is wrong with the build of this commit
8 lines
84 B
Go
8 lines
84 B
Go
package user
|
|
|
|
const (
|
|
UserContextKey ContextKey = "user"
|
|
)
|
|
|
|
type ContextKey string
|