Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBackend ¶
type FakeBackend struct {
BaseQuote Quote
}
type Quote ¶
type Quote = finance.Quote
Quote represents a market quote for a symbol. TODO Since yahoo finance via piquette/finance-go is the only supported backend and it contains the fields we actually care about, just alias the type for now.
type YahooBackend ¶
type YahooBackend struct{}
func NewYahooBackend ¶
func NewYahooBackend() *YahooBackend
Click to show internal directories.
Click to hide internal directories.