Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(name string, options map[string]interface{}, registry distribution.Registry) (distribution.Registry, error)
Get constructs a RegistryMiddleware with the given options using the named backend.
Types ¶
type InitFunc ¶
type InitFunc func(registry distribution.Registry, options map[string]interface{}) (distribution.Registry, error)
InitFunc is the type of a RegistryMiddleware factory function and is used to register the constructor for different RegistryMiddleware backends.
Click to show internal directories.
Click to hide internal directories.