package distribution
import "github.com/docker/docker/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
- v20.10.21+incompatible
- Published
- Oct 25, 2022
- Platform
- js/wasm
- Imports
- 17 packages
- Last checked
- 1 hour ago –
Tools for package owners.