package plugin
import "github.com/dotcloud/docker/api/server/router/plugin"
Index ¶
Functions ¶
func NewRouter ¶
NewRouter initializes a new plugin router
Types ¶
type Backend ¶
type Backend interface { Disable(name string) error Enable(name string) error List() ([]enginetypes.Plugin, error) Inspect(name string) (enginetypes.Plugin, error) Remove(name string, config *enginetypes.PluginRmConfig) error Set(name string, args []string) error Pull(name string, metaHeaders http.Header, authConfig *enginetypes.AuthConfig) (enginetypes.PluginPrivileges, error) Push(name string, metaHeaders http.Header, authConfig *enginetypes.AuthConfig) error CreateFromContext(ctx context.Context, tarCtx io.Reader, options *enginetypes.PluginCreateOptions) error }
Backend for Plugin
Source Files ¶
backend.go plugin.go plugin_routes.go
- Version
- v1.13.0-rc1
- Published
- Nov 11, 2016
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 12 seconds ago –
Tools for package owners.