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

Struct FreeNetworkRequest

network/api.go:77–80  ·  view source on GitHub ↗

FreeNetworkRequest is the request to free allocated network in the manager

Source from the content-addressed store, hash-verified

75
76// FreeNetworkRequest is the request to free allocated network in the manager
77type FreeNetworkRequest struct {
78 // The ID of the network to be freed.
79 NetworkID string
80}
81
82// CreateNetworkRequest is sent by the daemon when a network needs to be created
83type CreateNetworkRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected