1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/plugin/v2
Anusha Ragunathan b35490a8ba 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>
2016-12-06 13:23:41 -08:00
..
plugin.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
settable.go support mounts, devices and args for docker plugin set 2016-11-10 11:55:48 -08:00
settable_test.go support mounts, devices and args for docker plugin set 2016-11-10 11:55:48 -08:00