add missing comments

This commit is contained in:
David Christofas
2022-08-16 12:47:44 +02:00
parent 864438b2de
commit 78d85b683d
3 changed files with 11 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ import (
"github.com/owncloud/ocis/v2/services/proxy/pkg/user/backend"
)
// BasicAuthenticator is the authenticator responsible for HTTP Basic authentication.
type BasicAuthenticator struct {
Logger log.Logger
UserProvider backend.UserBackend