Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
818ddd3b27bd78944e16ebb23842ccbe7f88529b
/
.
/
client
/
network_list_opts.go
blob: 0d21ab31382d3d4ec960f9d3f65094c80209b714 [
file
] [
log
] [
blame
]
package client
// NetworkListOptions holds parameters to filter the list of networks with.
type NetworkListOptions struct {
Filters Filters
}