mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
Removes the idea of seperating interface methods
This commit is contained in:
@@ -292,8 +292,6 @@ func (h *HUOBI) SendAuthenticatedRequest(method string, v url.Values) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
//Interface methods
|
||||
|
||||
//TODO: retrieve HUOBI balance info
|
||||
//GetExchangeAccountInfo : Retrieves balances for all enabled currencies for the HUOBI exchange
|
||||
func (e *HUOBI) GetExchangeAccountInfo() (ExchangeAccountInfo, error) {
|
||||
|
||||
@@ -445,8 +445,6 @@ func (l *LocalBitcoins) SendAuthenticatedHTTPRequest(method, path string, values
|
||||
return nil
|
||||
}
|
||||
|
||||
//Interface methods
|
||||
|
||||
//GetExchangeAccountInfo : Retrieves balances for all enabled currencies for the LocalBitcoins exchange
|
||||
func (e *LocalBitcoins) GetExchangeAccountInfo() (ExchangeAccountInfo, error) {
|
||||
var response ExchangeAccountInfo
|
||||
|
||||
@@ -1029,8 +1029,6 @@ func (p *Poloniex) SendAuthenticatedHTTPRequest(method, endpoint string, values
|
||||
return nil
|
||||
}
|
||||
|
||||
//Interface methods
|
||||
|
||||
//GetExchangeAccountInfo : Retrieves balances for all enabled currencies for the Poloniex exchange
|
||||
func (e *Poloniex) GetExchangeAccountInfo() (ExchangeAccountInfo, error) {
|
||||
var response ExchangeAccountInfo
|
||||
|
||||
Reference in New Issue
Block a user