geography

package
v1.10.3 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 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 int    `json:"amount"`
	URL    string `json:"url"`
}

AddAll ...

type Filter

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

Filter ...

type Geography

type Geography struct {
	SaveAndReturn Link     `json:"save_and_return"`
	Cancel        Link     `json:"cancel"`
	FiltersAmount int      `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"`
	Parent        string   `json:"parent"`
}

Geography ...

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

Link ...

type List

type List struct {
	Location string `json:"location"`
	SubNum   int    `json:"sub_num"`
	SubType  string `json:"sub_type"`
	SubURL   string `json:"sub_url"`
}

List ...

type Page

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