# Functions
Dial wraps websocket.Dial and creates the ClientProtocol.
NewClientProtocol wraps a websocket.Conn in a type that implements protocol.Receiver, protocol.Sender and protocol.Closer.
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
# Structs
ClientProtocol implements protocol.Receiver, protocol.Sender and protocol.Closer.