Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IConn ¶
type IConn struct {
// contains filtered or unexported fields
}
func (*IConn) ReconnectAfterError ¶
func (*IConn) SendCloseFrame ¶
type Message ¶
type Message struct { Type string `json:"type"` Error string `json:"error,omitempty"` Data MessageData `json:"data,omitempty"` }
type MessageData ¶
type SubscribePayload ¶
type SubscribePayload struct { Type string `json:"type"` Nonce string `json:"nonce,omitempty"` Data SubscribePayloadData `json:"data"` }
type SubscribePayloadData ¶
type TokenStruct ¶
Click to show internal directories.
Click to hide internal directories.