Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CacheDir string IgnoreCache bool )
Functions ¶
func PreloadDailyRecords ¶
Types ¶
type DailyRecord ¶
type DailyRecord struct { StationId string Date time.Time Elements map[string]ElementRecord HourlyRecords []HourlyRecord }
func DailyRecords ¶
func DailyRecords(stationId string, startDate, endDate *time.Time) ([]DailyRecord, error)
func HourlyRecords ¶
type ElementRecord ¶
type HourlyRecord ¶
Click to show internal directories.
Click to hide internal directories.