Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatasetPage ¶
type DatasetPage struct {
Versions []Version `json:"versions"`
SupplementaryFiles []SupplementaryFile `json:"supplementary_files"`
Downloads []Download `json:"downloads"`
IsNationalStatistic bool `json:"national_statistic"`
ReleaseDate string `json:"release_date"`
NextRelease string `json:"next_release"`
DatasetID string `json:"dataset_id"`
URI string `json:"uri"`
Edition string `json:"edition"`
Markdown string `json:"markdown"`
}
Dataset has the file and title information for an individual dataset
type Download ¶
type Download struct {
Extension string `json:"extension"`
Size string `json:"size"`
URI string `json:"uri"`
File string `json:"file"`
}
Download has the details for the an individual dataset's downloadable files
type Page ¶
type Page struct {
model.Page
DatasetPage DatasetPage `json:"data"`
model.ContactDetails
}
Page contains data re-used for each page type a Data struct for data specific to the page type
Click to show internal directories.
Click to hide internal directories.