AllocateNetworkResponse is the response to the AllocateNetworkRequest.
| 68 | |
| 69 | // AllocateNetworkResponse is the response to the AllocateNetworkRequest. |
| 70 | type AllocateNetworkResponse struct { |
| 71 | // A free form plugin specific string->string object to be sent in |
| 72 | // CreateNetworkRequest call in the libnetwork agents |
| 73 | Options map[string]string |
| 74 | } |
| 75 | |
| 76 | // FreeNetworkRequest is the request to free allocated network in the manager |
| 77 | type FreeNetworkRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected