From 45c2c0b7f0ffba60bda9114041adf47b1a69dd78 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 27 May 2020 09:54:34 +0200 Subject: [PATCH] Add comment on exported var --- middleware/account.go | 1 + 1 file changed, 1 insertion(+) diff --git a/middleware/account.go b/middleware/account.go index ad5d0d81b3..5d3380031f 100644 --- a/middleware/account.go +++ b/middleware/account.go @@ -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