ch12.2
This commit is contained in:
5
cmd/web/context.go
Normal file
5
cmd/web/context.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
type contextKey string
|
||||
|
||||
const isAuthenticatedContextKey = contextKey("isAuthenticated")
|
||||
Reference in New Issue
Block a user