package
0.0.0-20170724095906-ee77d9fd4698
Repository: https://github.com/squaremo/flux.git
Documentation: pkg.go.dev
# Functions
Dial initiates a new websocket connection.
IsExpectedWSCloseError returns boolean indicating whether the error is a clean disconnection.
Ping adds a periodic ping to a websocket connection.
Upgrade upgrades the HTTP server connection to the WebSocket protocol.
# Interfaces
Websocket exposes the bits of *websocket.Conn we actually use.