Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + const ACQUIRE + const LOOKUP + const RELEASE + type CompatPlugin interface + BasePath func() string + Client func() *plugins.Client + IsV1 func() bool + Name func() string + type CountedPlugin interface + Acquire func() + Release func() + type PluginGetter interface + Get func(name, capability string, mode int) (CompatPlugin, error) + GetAllByCap func(capability string) ([]CompatPlugin, error) + GetAllManagedPluginsByCap func(capability string) []CompatPlugin + Handle func(capability string, callback func(string, *plugins.Client))