list

package
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2021 License: MIT Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeographyListPage

type GeographyListPage struct {
	Items []Item `json:"items"`
}

GeographyListPage represents the data on the Geography Landing page

type Item

type Item struct {
	Label string `json:"label"`
	ID    string `json:"id"`
	URI   string `json:"uri"`
}

Item represents the child item of a geography code list

type Page

type Page struct {
	model.Page
	Data GeographyListPage `json:"data"`
}

Page represents the template data structure used for the geography list page

Jump to

Keyboard shortcuts

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