MessageType represents the type of a WebSocket message. See https://tools.ietf.org/html/rfc6455#section-5.6
| 17 | // MessageType represents the type of a WebSocket message. |
| 18 | // See https://tools.ietf.org/html/rfc6455#section-5.6 |
| 19 | type MessageType int |
| 20 | |
| 21 | // MessageType constants. |
| 22 | const ( |