package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/mirantis/cli.git
Documentation: pkg.go.dev
# 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.