package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 28, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (s *Set) Add(item inter)
func (s *Set) List() []inter
func (s *Set) Remove(item inter)
type SubscribeReq struct {
InstType string `json:"instType"`
Channel string `json:"channel"`
InstId string `json:"instId"`
Coin string `json:"coin"`
}
type WsBaseReq struct {
Op string `json:"op"`
Args []interface{} `json:"args"`
}
type WsLoginBaseReq struct {
Op string `json:"op"`
Args []WsLoginReq `json:"args"`
}
type WsLoginReq struct {
ApiKey string `json:"apiKey"`
Passphrase string `json:"passphrase"`
Timestamp string `json:"timestamp"`
Sign string `json:"sign"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.