mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
213ee20706
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
|
||
---|---|---|
.. | ||
distribution | ||
store | ||
v2 | ||
backend_linux.go | ||
backend_unsupported.go | ||
manager.go | ||
manager_linux.go | ||
manager_solaris.go | ||
manager_windows.go |