moby--moby/volume/drivers
Anusha Ragunathan 27a55fba28 Reorganize plugin package into sub packages.
Split plugin package into `store` and `v2/plugin`. Now the functionality
is clearly delineated:
- Manager: Manages the global state of the plugin sub-system.
- PluginStore: Manages a collection of plugins (in memory and on-disk)
- Plugin: Manages the single plugin unit.

This also facilitates splitting the global PluginManager lock into:
- PluginManager lock to protect global states.
- PluginStore lock to protect store states.
- Plugin lock to protect individual plugin states.

Importing "github.com/docker/docker/plugin/store" will provide access
to plugins and has lesser dependencies when compared to importing the
original monolithic `plugin package`.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-08-27 11:08:08 -07:00
..
adapter.go delete a useless variable 2016-07-29 15:34:21 +08:00
extpoint.go Reorganize plugin package into sub packages. 2016-08-27 11:08:08 -07:00
extpoint_test.go Move responsibility of ls/inspect to volume driver 2016-01-05 16:28:38 -05:00
proxy.go Add support for volume scopes 2016-06-05 15:37:15 -04:00
proxy_test.go plugins: experimental support for new plugin management 2016-06-14 14:20:27 -07:00