hierarchy

package
v1.12.2 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2021 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 AddAll

type AddAll struct {
	Amount string `json:"amount"`
	URL    string `json:"url"`
}

AddAll ...

type Filter

type Filter struct {
	Label     string `json:"label"`
	RemoveURL string `json:"remove_url"`
	ID        string `json:"id"`
}

Filter ...

type Hierarchy

type Hierarchy struct {
	Title           string   `json:"title"`
	SaveAndReturn   Link     `json:"save_and_return"`
	Cancel          Link     `json:"cancel"`
	FiltersAmount   string   `json:"filters_amount"`
	AddAllFilters   AddAll   `json:"add_all"`
	FilterList      []List   `json:"filter_list"`
	FiltersAdded    []Filter `json:"filters_added"`
	RemoveAll       Link     `json:"remove_all"`
	GoBack          Link     `json:"go_back"`
	DimensionName   string   `json:"dimension_name"`
	Parent          string   `json:"parent"`
	Type            string   `json:"type"`
	Metadata        Metadata `json:"metadata"`
	DatasetTitle    string   `json:"dataset_title"`
	SearchURL       string   `json:"search_url"`
	IsSearchResults bool     `json:"is_search_results"`
	Query           string   `json:"query"`
	IsSearchError   bool     `json:"is_search_error"`
	LandingPageURL  string   `json:"landing_page_url"`
	HasData         bool     `json:"has_data"`
}

Hierarchy ...

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

Link ...

type List

type List struct {
	Label    string `json:"label"`
	Selected bool   `json:"selected"`
	SubNum   string `json:"sub_num"`
	ID       string `json:"id"`
	SubType  string `json:"sub_type"`
	SubURL   string `json:"sub_url"`
	HasData  bool   `json:"has_data"`
}

List ...

type Metadata

type Metadata struct {
	Name        string `json:"name"`
	Description string `json:"description"`
}

Metadata ...

type Page

type Page struct {
	model.Page
	Data     Hierarchy `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