Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { Youngest string `json:"youngest"` Oldest string `json:"oldest"` FirstSelected string `json:"first_selected"` LastSelected string `json:"last_selected"` Ages []Value `json:"ages"` CheckedRadio string `json:"checked_radio"` FormAction Link `json:"form_action"` HasAllAges bool `json:"has_all_ages"` AllAgesOption string `json:"all_ages_option"` }
Data represents the data for the age page
Click to show internal directories.
Click to hide internal directories.