# README
// TODO
# Functions
NewClient creates a new client.
NewClientWithContext creates a new client with a context.
No description provided by the author
# Constants
Constants.
# Structs
BodyMessage represents the body of a message.
BodyMessageRead represents the body of a message for read purposes Indeed when reading the body, we need the payload to be a json.RawMessage.
Client represents a websocket client.
ClientConfiguration represents a client configuration.
DialAndReadOptions represents dial and read options.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
ListenerFunc represents a listener callback.
MessageHandler represents a message handler.
No description provided by the author