6 lines
88 B
Go
6 lines
88 B
Go
package ctxkeys
|
|
|
|
type ContextKey string
|
|
|
|
const UserContextKey ContextKey = "jwt_claims"
|