Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
LatestTime Value `json:"latest_value"`
FirstTime Value `json:"fist_time"`
Values []Value `json:"values"`
Months []string `json:"months"`
Years []string `json:"years"`
CheckedRadio string `json:"checked_radio"`
FormAction Link `json:"form_action"`
SelectedStartMonth string `json:"selected_start_month"`
SelectedStartYear string `json:"selected_start_year"`
SelectedEndMonth string `json:"selected_end_month"`
SelectedEndYear string `json:"selected_end_year"`
Type string `json:"type"`
DatasetTitle string `json:"dataset_title"`
GroupedSelection GroupedSelection `json:"grouped_selection"`
}
Data represents the data for the time page
type GroupedSelection ¶ added in v1.8.0
Click to show internal directories.
Click to hide internal directories.