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

Struct CapabilitiesResponse

network/api.go:51–54  ·  view source on GitHub ↗

CapabilitiesResponse returns whether or not this network is global or local

Source from the content-addressed store, hash-verified

49
50// CapabilitiesResponse returns whether or not this network is global or local
51type CapabilitiesResponse struct {
52 Scope string
53 ConnectivityScope string
54}
55
56// AllocateNetworkRequest requests allocation of new network by manager
57type AllocateNetworkRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected