Add comment on exported var

This commit is contained in:
Benedikt Kulmann
2020-05-27 09:54:34 +02:00
parent dfa1b7c19f
commit 45c2c0b7f0

View File

@@ -18,6 +18,7 @@ func newAccountOptions(opts ...account.Option) account.Options {
return opt
}
// UUIDKey serves as key for the account uuid in the context
var UUIDKey struct{}
// ExtractAccountUUID provides a middleware to extract the account uuid from the x-access-token header value