Documentation ¶
Index ¶
Constants ¶
View Source
const (
DateFormat = "2006-01-02"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiResponse ¶
type ApiResponse struct { Message string `json:"message"` Data interface{} `json:"data"` }
type Scrape ¶
type Scraper ¶
type Scraper interface {
GetSymbolData(symbol string, startDate, endDate time.Time) (<-chan *SymbolPrice, error)
}
type SymbolPrice ¶
func (*SymbolPrice) TableName ¶
func (*SymbolPrice) TableName() string
Click to show internal directories.
Click to hide internal directories.