DeleteNetworkRequest is sent by the daemon when a network needs to be removed
| 97 | |
| 98 | // DeleteNetworkRequest is sent by the daemon when a network needs to be removed |
| 99 | type DeleteNetworkRequest struct { |
| 100 | NetworkID string |
| 101 | } |
| 102 | |
| 103 | // CreateEndpointRequest is sent by the daemon when an endpoint should be created |
| 104 | type CreateEndpointRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected