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

Struct RevokeExternalConnectivityRequest

network/api.go:198–201  ·  view source on GitHub ↗

RevokeExternalConnectivityRequest specifies the endpoint for which the L4 programming has to be removed

Source from the content-addressed store, hash-verified

196// RevokeExternalConnectivityRequest specifies the endpoint
197// for which the L4 programming has to be removed
198type RevokeExternalConnectivityRequest struct {
199 NetworkID string
200 EndpointID string
201}
202
203// NewErrorResponse creates an ErrorResponse with the provided message
204func NewErrorResponse(msg string) *ErrorResponse {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected