Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // EnumQSLSentMap contains ALL records, including un-released and import-only records EnumQSLSentMap EnumQSLSentItemMap // EnumQSLSentListAll contains ALL records, including un-released and import-only records EnumQSLSentListAll EnumQSLSentItemList // EnumQSLSentList // is a filtered list. // It excludes un-released and import-only records. EnumQSLSentList EnumQSLSentItemList )
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
type EnumQSLSentItemList ¶
type EnumQSLSentItemList []*EnumQSLSentItem
EnumQSLSentItemList represents a collection of QSL sent status items
type EnumQSLSentItemMap ¶
type EnumQSLSentItemMap map[QSLSent]*EnumQSLSentItem
EnumQSLSentItemMap maps QSLSent to its definition
Click to show internal directories.
Click to hide internal directories.