blob: 0d21ab31382d3d4ec960f9d3f65094c80209b714 [file] [log] [blame]
package client
// NetworkListOptions holds parameters to filter the list of networks with.
type NetworkListOptions struct {
Filters Filters
}