podman-build/vendor/github.com/fsouza/go-dockerclient/registry_auth.go
2025-10-11 12:30:35 +09: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
}