mirror of
https://github.com/containers/podman.git
synced 2025-05-23 18:17:53 +08:00
migrate to go-modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
10
vendor/github.com/fsouza/go-dockerclient/registry_auth.go
generated
vendored
Normal file
10
vendor/github.com/fsouza/go-dockerclient/registry_auth.go
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
// Copyright 2013 go-dockerclient authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package docker
|
||||
|
||||
type registryAuth interface {
|
||||
isEmpty() bool
|
||||
headerKey() string
|
||||
}
|
Reference in New Issue
Block a user