mirror of
https://github.com/mayflower/docker-ls.git
synced 2025-11-28 00:01:09 +03:00
Add an option for ignoring SSL cert errors.
This commit is contained in:
11
lib/connector/config.go
Normal file
11
lib/connector/config.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package connector
|
||||
|
||||
import (
|
||||
"git.mayflower.de/vaillant-team/docker-ls/lib/auth"
|
||||
)
|
||||
|
||||
type Config interface {
|
||||
MaxConcurrentRequests() uint
|
||||
Credentials() auth.RegistryCredentials
|
||||
AllowInsecure() bool
|
||||
}
|
||||
Reference in New Issue
Block a user