diff --git a/api/auth/center.go b/api/auth/center.go index 9de0105..9bcdc70 100644 --- a/api/auth/center.go +++ b/api/auth/center.go @@ -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) {