fix linter

This commit is contained in:
A.Unger
2020-10-07 16:10:44 +02:00
committed by Ilja Neumann
parent 9d285e2ec5
commit 815d07f71c
11 changed files with 88 additions and 108 deletions

View File

@@ -22,8 +22,10 @@ func newAccountOptions(opts ...account.Option) account.Options {
// AccountID serves as key for the account uuid in the context
const AccountID string = "Account-Id"
// RoleIDs serves as key for the roles in the context
const RoleIDs string = "Role-Ids"
// UUIDKey serves as key for the account uuid in the context
// Deprecated: UUIDKey exists for compatibility reasons. Use AccountID instead.
var UUIDKey struct{}