| 11 | ) |
| 12 | |
| 13 | type operationWebSocket struct { |
| 14 | req *http.Request |
| 15 | op *Operation |
| 16 | } |
| 17 | |
| 18 | // OperationWebSocket returns a new websocket operation. |
| 19 | func OperationWebSocket(req *http.Request, op *Operation) response.Response { |
nothing calls this directly
no outgoing calls
no test coverage detected