Removed unused mirror flags
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
17cbbf648f
commit
a9b0f49c8b
2 changed files with 4 additions and 5 deletions
|
@ -34,9 +34,10 @@ type CredentialStore interface {
|
|||
// RepositoryConfig holds the base configuration needed to communicate
|
||||
// with a registry including a method of authorization and HTTP headers.
|
||||
type RepositoryConfig struct {
|
||||
Header http.Header
|
||||
AuthSource Authorizer
|
||||
AllowMirrors bool
|
||||
Header http.Header
|
||||
AuthSource Authorizer
|
||||
|
||||
//TODO(dmcgowan): Add tls config
|
||||
}
|
||||
|
||||
// HTTPClient returns a new HTTP client configured for this configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue