moby/api/server/router/plugin
Sebastiaan van Stijn a58b0a3d9c
api/types: move Plugin-types to api/types/backend
These structs are intended for internal use only for the backend, and are
not intended to be used externally.

This moves the plugin-related `PluginRmConfig`, `PluginEnableConfig`, and
`PluginDisableConfig` types to the backend package to prevent them being
imported in the client, and to make it more clear that this is part of
internal APIs, and not public-facing.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-12-06 02:16:02 +01:00
..
backend.go api/types: move Plugin-types to api/types/backend 2023-12-06 02:16:02 +01:00
plugin.go Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
plugin_routes.go api/types: move Plugin-types to api/types/backend 2023-12-06 02:16:02 +01:00