Operation response.
| 13 | |
| 14 | // Operation response. |
| 15 | type operationResponse struct { |
| 16 | op *Operation |
| 17 | } |
| 18 | |
| 19 | // OperationResponse returns an operation response. |
| 20 | func OperationResponse(op *Operation) response.Response { |
nothing calls this directly
no outgoing calls
no test coverage detected