learn-go/snippetbox/cmd/web/context.go

6 lines
102 B
Go
Raw Permalink Normal View History

2024-02-08 17:26:25 +00:00
package main
type contextKey string
const isAuthenticatedContextKey = contextKey("isAuthenticated")