package distribution
import "github.com/docker/cli/components/engine/api/server/router/distribution"
Index ¶
Functions ¶
func NewRouter ¶
NewRouter initializes a new distribution router
Types ¶
type Backend ¶
type Backend interface { GetRepository(context.Context, reference.Named, *types.AuthConfig) (distribution.Repository, bool, error) }
Backend is all the methods that need to be implemented to provide image specific functionality.
Source Files ¶
backend.go distribution.go distribution_routes.go
- Version
- v17.12.0-ce+incompatible
- Published
- Dec 27, 2017
- Platform
- darwin/amd64
- Imports
- 16 packages
- Last checked
- 7 minutes ago –
Tools for package owners.