*: fix comments for golint

Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
Roman Khimov 2021-05-26 21:23:36 +03:00
parent d19ce03072
commit 184c26551a
8 changed files with 28 additions and 2 deletions

View file

@ -9,6 +9,7 @@ import (
"go.uber.org/zap"
)
// BearerTokenKey is an ID used to store bearer token in a context.
const BearerTokenKey = "__context_bearer_token_key"
// AttachUserAuth adds user authentication via center to router using log for logging.