FreeNetworkRequest is the request to free allocated network in the manager
| 75 | |
| 76 | // FreeNetworkRequest is the request to free allocated network in the manager |
| 77 | type FreeNetworkRequest struct { |
| 78 | // The ID of the network to be freed. |
| 79 | NetworkID string |
| 80 | } |
| 81 | |
| 82 | // CreateNetworkRequest is sent by the daemon when a network needs to be created |
| 83 | type CreateNetworkRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected