MCPcopy Create free account
hub / github.com/docker/go-plugins-helpers / CreateNetwork

Method CreateNetwork

network/api.go:35–35  ·  view source on GitHub ↗
(*CreateNetworkRequest)

Source from the content-addressed store, hash-verified

33type Driver interface {
34 GetCapabilities() (*CapabilitiesResponse, error)
35 CreateNetwork(*CreateNetworkRequest) error
36 AllocateNetwork(*AllocateNetworkRequest) (*AllocateNetworkResponse, error)
37 DeleteNetwork(*DeleteNetworkRequest) error
38 FreeNetwork(*FreeNetworkRequest) error

Callers 1

initMuxMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected