package network
import "github.com/docker/cli/components/engine/api/server/router/network"
Index ¶
Functions ¶
func NewRouter ¶
NewRouter initializes a new network router
Types ¶
type Backend ¶
type Backend interface { FindNetwork(idName string) (libnetwork.Network, error) GetNetworks() []libnetwork.Network CreateNetwork(nc types.NetworkCreateRequest) (*types.NetworkCreateResponse, error) ConnectContainerToNetwork(containerName, networkName string, endpointConfig *network.EndpointSettings) error DisconnectContainerFromNetwork(containerName string, networkName string, force bool) error DeleteNetwork(name string) error NetworksPrune(ctx context.Context, pruneFilters filters.Args) (*types.NetworksPruneReport, error) }
Backend is all the methods that need to be implemented to provide network specific functionality.
Source Files ¶
backend.go filter.go network.go network_routes.go
- Version
- v17.11.0-ce+incompatible
- Published
- Nov 20, 2017
- Platform
- js/wasm
- Imports
- 17 packages
- Last checked
- 3 hours ago –
Tools for package owners.