qslsent

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

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

type QSLSent

type QSLSent string

QSLSent represents the QSL sent status

var (
	Y QSLSent = "Y" // Y = yes
	N QSLSent = "N" // N = no
	R QSLSent = "R" // R = requested
	Q QSLSent = "Q" // Q = queued
	I QSLSent = "I" // I = ignore or invalid
)

Jump to

Keyboard shortcuts

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