network

package
v0.0.0-...-1a62c48 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Network

type Network interface {
	// connect and disconnect
	ConnectToNetwork(ctx context.Context, containerID, networkID, ipv4 string) error
	DisconnectFromNetwork(ctx context.Context, containerID, networkID string) error
	// list networks
	ListNetworks(ctx context.Context, driver string) ([]*types.Network, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL