auth: add missing comment

Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
Roman Khimov 2021-06-15 18:50:00 +03:00
parent b20d249bcd
commit 996b2d8667

View file

@ -44,6 +44,7 @@ type (
prs int
)
// ErrNoAuthorizationHeader is returned for unauthenticated requests.
var ErrNoAuthorizationHeader = errors.New("no authorization header")
func (p prs) Read(_ []byte) (n int, err error) {