version

package
v1.76.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2025 License: MIT Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL