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

Struct AllocateNetworkResponse

network/api.go:70–74  ·  view source on GitHub ↗

AllocateNetworkResponse is the response to the AllocateNetworkRequest.

Source from the content-addressed store, hash-verified

68
69// AllocateNetworkResponse is the response to the AllocateNetworkRequest.
70type AllocateNetworkResponse struct {
71 // A free form plugin specific string->string object to be sent in
72 // CreateNetworkRequest call in the libnetwork agents
73 Options map[string]string
74}
75
76// FreeNetworkRequest is the request to free allocated network in the manager
77type FreeNetworkRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected