package middleware

import "github.com/docker/distribution/registry/middleware/registry"

Index

Functions

func Get

func Get(name string, options map[string]interface{}, registry distribution.Namespace) (distribution.Namespace, error)

Get constructs a RegistryMiddleware with the given options using the named backend.

func Register

func Register(name string, initFunc InitFunc) error

Register is used to register an InitFunc for a RegistryMiddleware backend with the given name.

Types

type InitFunc

type InitFunc func(registry distribution.Namespace, options map[string]interface{}) (distribution.Namespace, error)

InitFunc is the type of a RegistryMiddleware factory function and is used to register the constructor for different RegistryMiddleware backends.

Source Files

middleware.go

Version
v2.0.0+incompatible
Published
Apr 16, 2015
Platform
js/wasm
Imports
2 packages
Last checked
9 hours ago

Tools for package owners.