pcmt/modules/user/context.go
leo edf720bcb9
All checks were successful
continuous-integration/drone/push Build is passing
go: create proper (non-string) ctx key in user pkg
2023-04-19 23:44:49 +02:00

5 lines
97 B
Go

package user
// CtxKey serves as a key to context values for this package.
type CtxKey struct{}