package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/larashed/cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

Get returns the plugin given the specified name and requested implementation.
GetAll returns all the plugins for the specified implementation.
Handle adds the specified function to the extpointHandlers.
IsNotFound indicates if the passed in error is from an http.StatusNotFound from the plugin.
NewClient creates a new plugin client (http).
NewClientWithTimeout creates a new plugin client (http).
NewLocalPlugin creates a new local plugin.
Scan scans all the plugin paths and returns all the names it found.

# Variables

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

# Structs

Client represents a plugin client.
Manifest lists what a plugin implements.
Plugin is the definition of a docker plugin.