Versions in this module Expand all Collapse all v0 v0.2.0 Dec 29, 2023 Changes in this version + const DateFormat + func PriceRecordstoCsv(records []*models.Record) (string, error) + type ApiResponse struct + Data interface{} + Message string + type Scrape struct + Currency string + EndDate string + Source string + StartDate string + Symbol string + func (*Scrape) TableName() string + type Scraper interface + GetSymbolData func(symbol string, startDate, endDate time.Time) (<-chan *SymbolPrice, error) + type SymbolPrice struct + Close float64 + Date string + func (*SymbolPrice) TableName() string