Documentation
¶
Index ¶
- type BitcoinCashPriceFetcher
- func (b *BitcoinCashPriceFetcher) GetAllRates(cacheOK bool) (map[string]float64, error)
- func (b *BitcoinCashPriceFetcher) GetExchangeRate(currencyCode string) (float64, error)
- func (b *BitcoinCashPriceFetcher) GetLatestRate(currencyCode string) (float64, error)
- func (b *BitcoinCashPriceFetcher) UnitsPerCoin() int
- type BitfinexDecoder
- type BittrexDecoder
- type ExchangeRateDecoder
- type ExchangeRateProvider
- type KrakenDecoder
- type OpenBazaarDecoder
- type PoloniexDecoder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitcoinCashPriceFetcher ¶
func NewBitcoinCashPriceFetcher ¶
func NewBitcoinCashPriceFetcher(dialer proxy.Dialer) *BitcoinCashPriceFetcher
func (*BitcoinCashPriceFetcher) GetAllRates ¶
func (b *BitcoinCashPriceFetcher) GetAllRates(cacheOK bool) (map[string]float64, error)
func (*BitcoinCashPriceFetcher) GetExchangeRate ¶
func (b *BitcoinCashPriceFetcher) GetExchangeRate(currencyCode string) (float64, error)
func (*BitcoinCashPriceFetcher) GetLatestRate ¶
func (b *BitcoinCashPriceFetcher) GetLatestRate(currencyCode string) (float64, error)
func (*BitcoinCashPriceFetcher) UnitsPerCoin ¶
func (b *BitcoinCashPriceFetcher) UnitsPerCoin() int
type BitfinexDecoder ¶ added in v1.1.2
type BitfinexDecoder struct{}
type BittrexDecoder ¶ added in v1.1.2
type BittrexDecoder struct{}
type ExchangeRateDecoder ¶
type ExchangeRateDecoder interface {
// contains filtered or unexported methods
}
type ExchangeRateProvider ¶
type ExchangeRateProvider struct {
// contains filtered or unexported fields
}
type KrakenDecoder ¶
type KrakenDecoder struct{}
type OpenBazaarDecoder ¶ added in v1.1.2
type OpenBazaarDecoder struct{}
type PoloniexDecoder ¶ added in v1.1.2
type PoloniexDecoder struct{}
Click to show internal directories.
Click to hide internal directories.