continent

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 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 map[Continent]*EnumContinentItem

	// EnumContinentListAll contains ALL records, including un-released and import-only records
	EnumContinentListAll []*EnumContinentItem

	// EnumContinentList
	// is a filtered list.
	// It excludes un-released and import-only records.
	EnumContinentList []*EnumContinentItem
)

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

Jump to

Keyboard shortcuts

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