Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookInfo ¶
type BookInfo struct { Asks []interface{} `json:"asks"` Bids []interface{} `json:"bids"` Checksum string `json:"checksum"` }
type Subs ¶ added in v0.0.5
func (*Subs) Add ¶ added in v0.0.5
func (s *Subs) Add(req SubscribeReq, listener OnReceive)
func (*Subs) Remove ¶ added in v0.0.5
func (s *Subs) Remove(req SubscribeReq)
type SubscribeReq ¶
type WsLoginBaseReq ¶
type WsLoginBaseReq struct { Op string `json:"op"` Args []WsLoginReq `json:"args"` }
Click to show internal directories.
Click to hide internal directories.