Documentation
¶
Index ¶
- type Client
- func (c *Client) FetchDailyQuotes(code string, year int, month time.Month) ([]Quote, error)
- func (c *Client) FetchDayQuotes(date time.Time) (map[string]Quote, error)
- func (c *Client) FetchMonthlyQuotes(code string, year int) ([]Quote, error)
- func (c *Client) FetchYearlyQuotes(code string) ([]Quote, error)
- type Quote
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) FetchDailyQuotes ¶
func (*Client) FetchDayQuotes ¶
func (*Client) FetchMonthlyQuotes ¶
Click to show internal directories.
Click to hide internal directories.