luet/vendor/github.com/fsouza/go-dockerclient/registry_auth.go
Ettore Di Giacinto 420186b7db
Switch to go mod
2019-11-10 18:05:28 +01:00

11 lines
253 B
Go

// 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
}