mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 18:17:41 +02:00
add missing comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user