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

Struct DeleteNetworkRequest

network/api.go:99–101  ·  view source on GitHub ↗

DeleteNetworkRequest is sent by the daemon when a network needs to be removed

Source from the content-addressed store, hash-verified

97
98// DeleteNetworkRequest is sent by the daemon when a network needs to be removed
99type DeleteNetworkRequest struct {
100 NetworkID string
101}
102
103// CreateEndpointRequest is sent by the daemon when an endpoint should be created
104type CreateEndpointRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected