mirror of
https://github.com/moby/moby.git
synced 2026-07-11 00:58:22 +00:00
This struct is intended for internal use only for the backend, and is not intended to be used externally. This moves the plugin-related `NetworkListConfig` types to the backend package to prevent it 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>