1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/plugin/store
Anusha Ragunathan 213ee20706 Make v2/Plugin accesses safe.
v2/Plugin struct had fields that were
- purely used by the manager.
- unsafely exposed without proper locking.
This change fixes this, by moving relevant fields to the manager as well
as making remaining fields as private and providing proper accessors for
them.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
(cherry picked from commit b35490a8ba)
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-12-09 14:13:13 -08:00
..
defs.go Allow plugins to have multiple handlers 2016-10-17 09:00:17 -07:00
store.go Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
store_test.go rename plugin manifest 2016-11-10 00:09:23 -08:00