ccxt-go/exchange_client.go
zhangkun9038@dingtalk.com 1a2ce7046a first add
2025-02-28 10:33:20 +08:00

13 lines
249 B
Go

package ccxt
type Client struct {
Futures map[string]interface{}
Subscriptions map[string]interface{}
}
func (c *Client) Reject(err interface{}, subHash interface{}) {
}
func (c *Client) Resolve(subHash interface{}, data interface{}) {
}