CreateEndpointRequest is sent by the daemon when an endpoint should be created
| 102 | |
| 103 | // CreateEndpointRequest is sent by the daemon when an endpoint should be created |
| 104 | type 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 |
| 112 | type CreateEndpointResponse struct { |
nothing calls this directly
no outgoing calls
no test coverage detected