Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend interface { FindNetwork(idName string) (libnetwork.Network, error) GetNetwork(idName string, by int) (libnetwork.Network, error) GetNetworksByID(partialID string) []libnetwork.Network CreateNetwork(name, driver string, ipam network.IPAM, options map[string]string) (libnetwork.Network, error) ConnectContainerToNetwork(containerName, networkName string) error DisconnectContainerFromNetwork(containerName string, network libnetwork.Network) error NetworkControllerEnabled() bool }
Backend is all the methods that need to be implemented to provide network specific functionality
Click to show internal directories.
Click to hide internal directories.