Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoingeckoScraper ¶
type CoingeckoScraper struct {
// contains filtered or unexported fields
}
func NewCoingeckoScraper ¶
func (CoingeckoScraper) Done ¶
func (s CoingeckoScraper) Done() chan bool
func (CoingeckoScraper) FetchQuotations ¶
func (s CoingeckoScraper) FetchQuotations()
func (CoingeckoScraper) QuoteChannel ¶
func (s CoingeckoScraper) QuoteChannel() chan models.AssetQuotation
type CoinmarketcapScraper ¶
type CoinmarketcapScraper struct {
// contains filtered or unexported fields
}
func NewCoinmarketcapScraper ¶
func NewCoinmarketcapScraper(rdb *models.RelDB, datastore *models.DB) (cmcScraper CoinmarketcapScraper)
func (CoinmarketcapScraper) Done ¶
func (s CoinmarketcapScraper) Done() chan bool
func (CoinmarketcapScraper) FetchQuotations ¶
func (s CoinmarketcapScraper) FetchQuotations()
func (CoinmarketcapScraper) QuoteChannel ¶
func (s CoinmarketcapScraper) QuoteChannel() chan models.AssetQuotation
type HistoricalScraper ¶
type HistoricalScraper interface { FetchQuotations() QuoteChannel() chan models.AssetQuotation Done() chan bool }
func NewHistoricalScraper ¶
Click to show internal directories.
Click to hide internal directories.