continent

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// EnumContinentMap contains ALL records, including un-released and import-only records
	EnumContinentMap EnumContinentItemMap

	// EnumContinentListAll contains ALL records, including un-released and import-only records
	EnumContinentListAll EnumContinentItemList

	// EnumContinentList
	// is a filtered list.
	// It excludes un-released and import-only records.
	EnumContinentList EnumContinentItemList
)

Functions

This section is empty.

Types

type Continent

type Continent string
var (
	NA Continent = "NA" // NA = North America
	SA Continent = "SA" // SA = South America
	EU Continent = "EU" // EU = Europe
	AF Continent = "AF" // AF = Africa
	OC Continent = "OC" // OC = Oceania
	AS Continent = "AS" // AS = Asia
	AN Continent = "AN" // AN = Antarctica
)

type EnumContinentItem

type EnumContinentItem struct {
	shared.ImportRecordRoot
	ID          Continent `csv:"Abbreviation"`
	Description string    `csv:"Continent"`
}

EnumContinentItem represents a continent item

type EnumContinentItemList

type EnumContinentItemList []*EnumContinentItem

EnumContinentItemList represents a collection of Continent items

type EnumContinentItemMap

type EnumContinentItemMap map[Continent]*EnumContinentItem

EnumContinentItemMap maps Continent to its definition

Jump to

Keyboard shortcuts

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