CapabilitiesResponse returns whether or not this network is global or local
| 49 | |
| 50 | // CapabilitiesResponse returns whether or not this network is global or local |
| 51 | type CapabilitiesResponse struct { |
| 52 | Scope string |
| 53 | ConnectivityScope string |
| 54 | } |
| 55 | |
| 56 | // AllocateNetworkRequest requests allocation of new network by manager |
| 57 | type AllocateNetworkRequest struct { |
nothing calls this directly
no outgoing calls
no test coverage detected