Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // EnumQSLSentMap contains ALL records, including un-released and import-only records EnumQSLSentMap map[QSLSent]*EnumQSLSentItem // EnumQSLSentListAll contains ALL records, including un-released and import-only records EnumQSLSentListAll []*EnumQSLSentItem // EnumQSLSentList // is a filtered list. // It excludes un-released and import-only records. EnumQSLSentList []*EnumQSLSentItem )
Functions ¶
This section is empty.
Types ¶
type EnumQSLSentItem ¶
type EnumQSLSentItem struct { shared.ImportRecordRoot ID QSLSent `csv:"Status"` // The value that is stored in the QSL_SENT, DCL_QSL_SENT, EQSL_QSL_SENT, and LOTW_QSL_SENT ADIF fields. Description string `csv:"Meaning"` }
EnumQSLSentItem represents a QSL sent status item
Click to show internal directories.
Click to hide internal directories.