filterOverview

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2020 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dimension

type Dimension struct {
	Filter          string   `json:"filter"`
	AddedCategories []string `json:"added_categories"`
	Link            Link     `json:"link"`
}

Dimension ...

type FilterOverview

type FilterOverview struct {
	Dimensions                 []Dimension   `json:"dimensions"`
	PreviewAndDownload         Link          `json:"preview_and_download"`
	PreviewAndDownloadDisabled bool          `json:"preview_and_download_disabled"`
	ClearAll                   Link          `json:"clear_all"`
	Cancel                     Link          `json:"cancel"`
	IsLatestVersion            bool          `json:"is_latest_version"`
	LatestVersion              LatestVersion `json:"latest_version"`
	DatasetTitle               string        `json:"dataset_title"`
}

FilterOverview ...

type LatestVersion

type LatestVersion struct {
	DatasetLandingPageURL          string `json:"dataset_landing_page_url"`
	FilterJourneyWithLatestJourney string `json:"filter_journey_with_latest_version"`
}

LatestVersion ...

type Link struct {
	URL   string `json:"url"`
	Label string `json:"label"`
}

Link ...

type Page

type Page struct {
	model.Page
	Data     FilterOverview `json:"data"`
	FilterID string         `json:"filter_id"`
}

Page ...

Jump to

Keyboard shortcuts

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