SendBinary forwards an upstream binary message to the runtime.
(data []byte)
| 122 | SendText(data []byte) error |
| 123 | // SendBinary forwards an upstream binary message to the runtime. |
| 124 | SendBinary(data []byte) error |
| 125 | } |
| 126 | |
| 127 | // CopilotWebSocketHandler is a per-connection WebSocket handler returned by |
no outgoing calls
no test coverage detected