|
@@ -55,7 +55,7 @@ type Backend interface {
|
|
UnsubscribeFromEvents(listener chan interface{})
|
|
UnsubscribeFromEvents(listener chan interface{})
|
|
UpdateAttachment(string, string, string, *network.NetworkingConfig) error
|
|
UpdateAttachment(string, string, string, *network.NetworkingConfig) error
|
|
WaitForDetachment(context.Context, string, string, string, string) error
|
|
WaitForDetachment(context.Context, string, string, string, string) error
|
|
- GetRepository(context.Context, reference.NamedTagged, *types.AuthConfig) (distribution.Repository, bool, error)
|
|
|
|
|
|
+ GetRepository(context.Context, reference.Named, *types.AuthConfig) (distribution.Repository, bool, error)
|
|
LookupImage(name string) (*types.ImageInspect, error)
|
|
LookupImage(name string) (*types.ImageInspect, error)
|
|
PluginManager() *plugin.Manager
|
|
PluginManager() *plugin.Manager
|
|
PluginGetter() *plugin.Store
|
|
PluginGetter() *plugin.Store
|