Versions in this module Expand all Collapse all v0 v0.30.1 Feb 12, 2026 v0.21.2 Feb 12, 2026 v0.21.1 Feb 12, 2026 Changes in this version + type Conn struct + func NewConn(conn *websocket.Conn) *Conn + func (conn *Conn) Read(data []byte) (int, error) + func (conn *Conn) Write(data []byte) (int, error) + func (conn *Conn) WriteMessage(messageType int, data []byte) error