Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectionOptions ¶
type Socket ¶
type Socket struct { Conn *websocket.Connection WebsocketDialer *goraws.Dialer Url string ConnectionOptions ConnectionOptions RequestHeader http.Header OnConnected func(socket Socket) OnTextMessage func(message string, socket Socket) OnBinaryMessage func(data []byte, socket Socket) OnConnectError func(err error, socket Socket) OnDisconnected func(err error, socket Socket) OnPingReceived func(data string, socket Socket) OnPongReceived func(data string, socket Socket) IsConnected bool // contains filtered or unexported fields }
func (*Socket) SendBinary ¶
Click to show internal directories.
Click to hide internal directories.