package plugingetter
import "github.com/dotcloud/docker/pkg/plugingetter"
Index ¶
Constants ¶
const ( // LOOKUP doesn't update RefCount LOOKUP = 0 // CREATE increments RefCount CREATE = 1 // REMOVE decrements RefCount REMOVE = -1 )
Types ¶
type CompatPlugin ¶
CompatPlugin is a abstraction to handle both v2(new) and v1(legacy) plugins.
type PluginGetter ¶
type PluginGetter interface { Get(name, capability string, mode int) (CompatPlugin, error) GetAllByCap(capability string) ([]CompatPlugin, error) Handle(capability string, callback func(string, *plugins.Client)) }
PluginGetter is the interface implemented by Store
Source Files ¶
- Version
- v1.13.0-rc1
- Published
- Nov 11, 2016
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 3 minutes ago –
Tools for package owners.