Files
moby/client/network_disconnect_opts.go
2025-08-27 07:05:52 -05:00

9 lines
197 B
Go

package client
// NetworkDisconnectOptions represents the data to be used to disconnect a container
// from the network.
type NetworkDisconnectOptions struct {
Container string
Force bool
}