Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAPIProviders ¶
Types ¶
type ExchangeClientResult ¶
type ExchangeClientResult struct { fx.Out Client models.ExchangeAPIClient `group:"exchange_client"` }
func NewBinanaceAPIClient ¶
func NewBinanaceAPIClient() ExchangeClientResult
func NewCoinbaseProAPIClient ¶
func NewCoinbaseProAPIClient() ExchangeClientResult
func NewFtxAPIClient ¶
func NewFtxAPIClient() ExchangeClientResult
func NewKucoinAPIClient ¶
func NewKucoinAPIClient() ExchangeClientResult
func NewOkexAPIClient ¶
func NewOkexAPIClient() ExchangeClientResult
type ExchangeClients ¶
type ExchangeClients struct { fx.In Clients []models.ExchangeAPIClient `group:"exchange_client"` }
Click to show internal directories.
Click to hide internal directories.