api/types/network: move ListOptions to client

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
This commit is contained in:
Austin Vazquez
2025-08-21 20:29:38 -05:00
parent 7d65b67668
commit d6aa6ae9bd
15 changed files with 36 additions and 34 deletions

View File

@@ -45,11 +45,6 @@ type CreateOptions struct {
Labels map[string]string // Labels holds metadata specific to the network being created.
}
// ListOptions holds parameters to filter the list of networks with.
type ListOptions struct {
Filters filters.Args
}
// InspectOptions holds parameters to inspect network.
type InspectOptions struct {
Scope string