package
1.9.0
Repository: https://github.com/alexandrev/docker.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Get returns the plugin given the specified name and requested implementation.
Handle adds the specified function to the extpointHandlers.
NewClient creates a new plugin client (http).

# Variables

ErrNotFound plugin not found.
ErrNotImplements is returned if the plugin does not implement the requested driver.

# Structs

Client represents a plugin client.
LocalRegistry defines a registry that is local (using unix socket).
Manifest lists what a plugin implements.
Plugin is the definition of a docker plugin.

# Interfaces

Registry defines behavior of a registry of plugins.