ID returns a session id.
()
| 191 | |
| 192 | // ID returns a session id. |
| 193 | func (w *WebsocketSession) ID() string { |
| 194 | return w.id |
| 195 | } |
| 196 | |
| 197 | // Recv reads one text frame from session. |
| 198 | func (w *WebsocketSession) Recv() (string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected