Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dataset ¶
type Dataset struct { Label string `json:"label"` Description string `json:"description"` ID string `json:"id"` URI string `json:"uri"` }
Dataset represents each dataset related to specific code
type GeographyAreaPage ¶
type GeographyAreaPage struct { Datasets []Dataset `json:"items"` Attributes Attribute `json:"attributes"` }
GeographyAreaPage represents the data specific to an area page
type Page ¶
type Page struct { model.Page Data GeographyAreaPage `json:"data"` }
Page represents the template data structure used for the geography list page
Click to show internal directories.
Click to hide internal directories.