add comments to fix codacy

This commit is contained in:
Pascal Fischer
2023-02-28 16:51:30 +01:00
parent c26cd3b9fe
commit 8a130ec3f1
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import (
"github.com/netbirdio/netbird/management/server/jwtclaims"
)
// UsersHandler is a handler that returns users of the account
type UsersHandler struct {
accountManager server.AccountManager
claimsExtractor *jwtclaims.ClaimsExtractor