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

Struct CreateNetworkRequest

network/api.go:83–88  ·  view source on GitHub ↗

CreateNetworkRequest is sent by the daemon when a network needs to be created

Source from the content-addressed store, hash-verified

81
82// CreateNetworkRequest is sent by the daemon when a network needs to be created
83type CreateNetworkRequest struct {
84 NetworkID string
85 Options map[string]interface{}
86 IPv4Data []*IPAMData
87 IPv6Data []*IPAMData
88}
89
90// IPAMData contains IPv4 or IPv6 addressing information
91type IPAMData struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected