ProgramExternalConnectivityRequest specifies the L4 data and the endpoint for which programming has to be done
| 188 | // ProgramExternalConnectivityRequest specifies the L4 data |
| 189 | // and the endpoint for which programming has to be done |
| 190 | type ProgramExternalConnectivityRequest struct { |
| 191 | NetworkID string |
| 192 | EndpointID string |
| 193 | Options map[string]interface{} |
| 194 | } |
| 195 | |
| 196 | // RevokeExternalConnectivityRequest specifies the endpoint |
| 197 | // for which the L4 programming has to be removed |
nothing calls this directly
no outgoing calls
no test coverage detected