Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // EnumRegionMap contains ALL records, including un-released and import-only records EnumRegionMap map[Region]*EnumRegionItem // EnumRegionListAll contains ALL records, including un-released and import-only records EnumRegionListAll []*EnumRegionItem // EnumRegionList // is a filtered list. // It excludes un-released and import-only records. EnumRegionList []*EnumRegionItem )
Functions ¶
This section is empty.
Types ¶
type EnumRegionItem ¶
type EnumRegionItem struct { shared.ImportRecordRoot ID Region `csv:"Region Entity Code"` // The value that is stored in the REGION ADIF field. Description string `csv:"Region"` DXCCCode dxccentitycode.DXCCEntityCode `csv:"DXCC Entity Code"` Prefix string `csv:"Prefix"` Applicability string `csv:"Applicability"` Comments string `csv:"Comments"` }
EnumRegionItem represents a region item
type Region ¶
type Region string
Region represents a region entity code
var ( NONE Region = "NONE" // NONE = DXCC: 0 / / Not within a WAE or CQ region that is within a DXCC entity IV Region = "IV" // IV = DXCC: 206 / 4U1V / ITU Vienna AI Region = "AI" // AI = DXCC: 248 / IG9 / African Italy SY Region = "SY" // SY = DXCC: 248 / IT9 / Sicily BI Region = "BI" // BI = DXCC: 259 / JW/B / Bear Island SI Region = "SI" // SI = DXCC: 279 / GM/S / Shetland Islands KO Region = "KO" // KO = DXCC: 296 / Z6 / Kosovo ET Region = "ET" // ET = DXCC: 390 / TA1 / European Turkey )
Click to show internal directories.
Click to hide internal directories.