5 lines
63 B
Go
5 lines
63 B
Go
package context
|
|
|
|
const (
|
|
AuthenticatedUserKey = "auth_user"
|
|
)
|