api/types: remove deprecated NetworkListOptions

It moved to api/types/network.ListOptions in f78dac35e5.
This patch removes the temporary alias.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-07-01 16:30:23 +02:00
parent 48f147e8d3
commit c99e0bc8ae

View File

@@ -9,11 +9,6 @@ import (
"github.com/docker/docker/api/types/storage"
)
// NetworkListOptions holds parameters to filter the list of networks with.
//
// Deprecated: use [network.ListOptions].
type NetworkListOptions = network.ListOptions
// NetworkCreateResponse is the response message sent by the server for network create call.
//
// Deprecated: use [network.CreateResponse].