mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
The backend and router don't use a pointer-slice (the server actually doesn't use the `plugin.ListResponse` type and a straight slice);778e5bfad3/daemon/server/router/plugin/backend.go (L20)6baf274fa3/daemon/server/router/plugin/plugin_routes.go (L276-L280)Align the type in the API to match, and update the type defined in the client accordingly. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>