Documentation
¶
Index ¶
Constants ¶
View Source
const ( MsgOK = iota MsgError MsgSubscribeBalance MsgBalanceUpdate )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
func NewConnection ¶
func NewConnection() (conn *Conn)
type Msg ¶
type Msg struct { Kind int Payload MsgPayload }
type MsgPayload ¶
type MsgPayload = map[string]interface{}
Click to show internal directories.
Click to hide internal directories.