package middleware
import "github.com/docker/distribution/registry/middleware/registry"
Index ¶
- func Get(ctx context.Context, name string, options map[string]interface{}, registry distribution.Namespace) (distribution.Namespace, error)
- func GetRegistryOptions() []storage.RegistryOption
- func Register(name string, initFunc InitFunc) error
- func RegisterOptions(options ...storage.RegistryOption) error
- type InitFunc
Functions ¶
func Get ¶
func Get(ctx context.Context, 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 GetRegistryOptions ¶
func GetRegistryOptions() []storage.RegistryOption
GetRegistryOptions returns list of RegistryOption.
func Register ¶
Register is used to register an InitFunc for a RegistryMiddleware backend with the given name.
func RegisterOptions ¶
func RegisterOptions(options ...storage.RegistryOption) error
RegisterOptions adds more options to RegistryOption list. Options get applied before any other configuration-based options.
Types ¶
type InitFunc ¶
type InitFunc func(ctx context.Context, 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 ¶
- Version
- v2.6.2+incompatible
- Published
- Jul 20, 2017
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 1 day ago –
Tools for package owners.