# Functions
NewClient is constructor.
NewRequest is constructor.
NewServerInfo is constructor.
NewWsClientManager is a constructor.
PrepareTable return the account sequence and table NameInDB.
# Constants
ReconnectInterval is the interval to reconnect when ws socket is disconnected.
# Structs
Client is used to send and recv websocket msg.
Request manage a websocket request.
Response manage a websocket response.
ServerInfo struct.
WebsocketManager is a websocket client manager.
# Type aliases
No description provided by the author