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 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
..
distribution refactor plugin install 2016-12-02 15:23:08 -08:00
store Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
v2 Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
backend_linux.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
backend_unsupported.go refactor plugin install 2016-12-02 15:23:08 -08:00
manager.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
manager_linux.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
manager_solaris.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00
manager_windows.go Make v2/Plugin accesses safe. 2016-12-06 13:23:41 -08:00