Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebSocketConn ¶
type WebSocketConn struct {
// contains filtered or unexported fields
}
WebSocketConn wraps a WebSocket connection to implement io.ReadWriteCloser interface.
func NewWebSocketConn ¶
func NewWebSocketConn(conn *websocket.Conn) *WebSocketConn
func (*WebSocketConn) Close ¶
func (w *WebSocketConn) Close() error
Click to show internal directories.
Click to hide internal directories.