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