Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // EnumAwardMap contains ALL records, including un-released and import-only records EnumAwardMap map[Award]*EnumAwardItem // EnumAwardListAll contains ALL records, including un-released and import-only records EnumAwardListAll []*EnumAwardItem // EnumAwardList // is a filtered list. // It excludes un-released and import-only records. EnumAwardList []*EnumAwardItem )
Functions ¶
This section is empty.
Types ¶
type EnumAwardItem ¶
type EnumAwardItem struct { shared.ImportRecordRoot ID Award `csv:"Award"` // Depreciated. The value that is stored in the CREDIT_GRANTED ADIF field. May also appear next to a Credit }
EnumAwardItem represents an award item
Click to show internal directories.
Click to hide internal directories.