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

Struct CreateEndpointRequest

network/api.go:104–109  ·  view source on GitHub ↗

CreateEndpointRequest is sent by the daemon when an endpoint should be created

Source from the content-addressed store, hash-verified

102
103// CreateEndpointRequest is sent by the daemon when an endpoint should be created
104type CreateEndpointRequest struct {
105 NetworkID string
106 EndpointID string
107 Interface *EndpointInterface
108 Options map[string]interface{}
109}
110
111// CreateEndpointResponse is sent as a response to a CreateEndpointRequest
112type CreateEndpointResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected