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

Struct ProgramExternalConnectivityRequest

network/api.go:190–194  ·  view source on GitHub ↗

ProgramExternalConnectivityRequest specifies the L4 data and the endpoint for which programming has to be done

Source from the content-addressed store, hash-verified

188// ProgramExternalConnectivityRequest specifies the L4 data
189// and the endpoint for which programming has to be done
190type ProgramExternalConnectivityRequest struct {
191 NetworkID string
192 EndpointID string
193 Options map[string]interface{}
194}
195
196// RevokeExternalConnectivityRequest specifies the endpoint
197// for which the L4 programming has to be removed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected