diff options
Diffstat (limited to 'libpod/state.go')
| -rw-r--r-- | libpod/state.go | 7 | 
1 files changed, 1 insertions, 6 deletions
| diff --git a/libpod/state.go b/libpod/state.go index fe7b86fdb..21525107f 100644 --- a/libpod/state.go +++ b/libpod/state.go @@ -102,12 +102,7 @@ type State interface {  	// Get networks the container is currently connected to.  	GetNetworks(ctr *Container) (map[string]types.PerNetworkOptions, error) -	// Get network aliases for the given container in the given network. -	GetNetworkAliases(ctr *Container, network string) ([]string, error) -	// Get all network aliases for the given container. -	GetAllNetworkAliases(ctr *Container) (map[string][]string, error) -	// Add the container to the given network, adding the given aliases -	// (if present). +	// Add the container to the given network with the given options  	NetworkConnect(ctr *Container, network string, opts types.PerNetworkOptions) error  	// Remove the container from the given network, removing all aliases for  	// the container in that network in the process. | 
