RevokeExternalConnectivityRequest specifies the endpoint for which the L4 programming has to be removed
| 196 | // RevokeExternalConnectivityRequest specifies the endpoint |
| 197 | // for which the L4 programming has to be removed |
| 198 | type RevokeExternalConnectivityRequest struct { |
| 199 | NetworkID string |
| 200 | EndpointID string |
| 201 | } |
| 202 | |
| 203 | // NewErrorResponse creates an ErrorResponse with the provided message |
| 204 | func NewErrorResponse(msg string) *ErrorResponse { |
nothing calls this directly
no outgoing calls
no test coverage detected