Files
moby/client/network_list_opts.go
2025-08-22 09:38:53 -05:00

9 lines
198 B
Go

package client
import "github.com/moby/moby/api/types/filters"
// NetworkListOptions holds parameters to filter the list of networks with.
type NetworkListOptions struct {
Filters filters.Args
}