mirror of
https://github.com/mayflower/docker-ls.git
synced 2025-11-28 00:01:09 +03:00
Support authentification via basic auth.
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"git.mayflower.de/vaillant-team/docker-ls/lib/auth"
|
||||
)
|
||||
|
||||
type TokenAuthConfig interface {
|
||||
type Config interface {
|
||||
MaxConcurrentRequests() uint
|
||||
Credentials() auth.RegistryCredentials
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user