7 lines
109 B
Go
7 lines
109 B
Go
package types
|
|
|
|
type contextKey string
|
|
|
|
const UserIdKey contextKey = "userID"
|
|
const JTIKey contextKey = "jti"
|