Documentation
¶
Index ¶
- type Client
- func (c *Client) GetAreas(ctx context.Context) ([]*area.Area, error)
- func (c *Client) GetForecasts(ctx context.Context, pathCode string) ([]*forecast.Forecast, error)
- func (c *Client) GetOverview(ctx context.Context, pathCode string) (*overview.Overview, error)
- func (c *Client) GetWeeklyOverview(ctx context.Context, pathCode string) (*week.WeeklyOverview, error)
- func (c *Client) GetZenkokuForecasts(ctx context.Context) ([]*forecast.Forecast, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetForecasts ¶
func (*Client) GetOverview ¶ added in v0.1.2
func (*Client) GetWeeklyOverview ¶ added in v0.1.3
Click to show internal directories.
Click to hide internal directories.