1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/plugin
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
..
distribution Add class to repository scope 2016-12-09 14:10:29 -08:00
store Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
v2 Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
backend_linux.go Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
backend_unsupported.go Fix docker inspect <unkown object> issue on Windows 2016-12-07 16:16:34 -08:00
manager.go Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
manager_linux.go Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
manager_solaris.go Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00
manager_windows.go Make v2/Plugin accesses safe. 2016-12-09 14:13:13 -08:00