Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidDate is returned if an invalid date qualifier is supplied. ErrInvalidDate = errors.New("invalid date supplied") )
Functions ¶
This section is empty.
Types ¶
type Station ¶
type Station struct {
// contains filtered or unexported fields
}
Station contains the data about a single weather location reported on by Environment Canada
func NewStation ¶
func (*Station) GetForecast ¶
GetForecast returns the forecast for this station
Click to show internal directories.
Click to hide internal directories.