| 530 | } |
| 531 | |
| 532 | type forwardedResponse struct { |
| 533 | client incus.InstanceServer |
| 534 | request *http.Request |
| 535 | } |
| 536 | |
| 537 | // ForwardedResponse takes a request directed to a node and forwards it to |
| 538 | // another node, writing back the response it gegs. |
nothing calls this directly
no outgoing calls
no test coverage detected