mirror of
https://github.com/mudler/luet.git
synced 2025-09-05 17:20:29 +00:00
Switch to go mod
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