Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
BaseURL = "https://stooq.com/q/l/?f=sd2t2ohlcv&h&e=csv&s="
)
Functions ¶
Types ¶
type RestBotsRepository ¶
type RestBotsRepository interface {
GetStock(command bots.Command) (*stocks.StockData, rest_errors.RestErr)
}
func NewRestStocksRepository ¶
func NewRestStocksRepository() RestBotsRepository
Click to show internal directories.
Click to hide internal directories.