# Packages
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).
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.