Files
moby/api/types
Sebastiaan van Stijn 15a048c396 api, client: don't use a pointer-slice for plugins
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>
2025-11-07 21:02:26 +01:00
..
2025-05-30 15:59:01 +02:00
2025-11-06 16:21:32 -06:00
2025-11-06 16:21:32 -06:00
2025-05-30 15:59:01 +02:00