Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Download ¶
type Download struct {
Extension string `json:"extension"`
Size string `json:"size"`
URI string `json:"uri"`
}
Download has the details for the an individual dataset's downloadable files
type Page ¶
type Page struct {
model.Page
Data VersionsList `json:"data"`
}
Page contains the data re-used on each page as well as the data for the current page
type VersionsList ¶
type VersionsList struct {
LatestVersionURL string `json:"latest_version_url"`
Versions []sharedModel.Version `json:"versions"`
FeedbackAPIURL string `json:"feedback_api_url"`
}
VersionsList represents the data on the versions list page
Click to show internal directories.
Click to hide internal directories.