Forwarded operation response. Returned when the operation has been created on another node.
| 71 | // |
| 72 | // Returned when the operation has been created on another node. |
| 73 | type forwardedOperationResponse struct { |
| 74 | op *api.Operation |
| 75 | } |
| 76 | |
| 77 | // ForwardedOperationResponse creates a response that forwards the metadata of |
| 78 | // an operation created on another node. |
nothing calls this directly
no outgoing calls
no test coverage detected