SendText forwards an upstream text message to the runtime.
(data []byte)
| 120 | type WebSocketResponseWriter interface { |
| 121 | // SendText forwards an upstream text message to the runtime. |
| 122 | SendText(data []byte) error |
| 123 | // SendBinary forwards an upstream binary message to the runtime. |
| 124 | SendBinary(data []byte) error |
| 125 | } |
no outgoing calls
no test coverage detected