qslrcvd

package
v1.0.10 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// EnumQSLRcvdMap contains ALL records, including un-released and import-only records
	EnumQSLRcvdMap map[QSLRcvd]*EnumQSLRcvdItem

	// EnumQSLRcvdListAll contains ALL records, including un-released and import-only records
	EnumQSLRcvdListAll []*EnumQSLRcvdItem

	// EnumQSLRcvdList
	// is a filtered list.
	// It excludes un-released and import-only records.
	EnumQSLRcvdList []*EnumQSLRcvdItem
)

Functions

This section is empty.

Types

type EnumQSLRcvdItem

type EnumQSLRcvdItem struct {
	shared.ImportRecordRoot
	ID          QSLRcvd `csv:"Status"` // The value that is stored in the QSL_RCVD, DCL_QSL_RCVD, EQSL_QSL_RCVD, and LOTW_QSL_RCVD ADIF fields.
	Description string  `csv:"Meaning"`
}

EnumQSLRcvdItem represents a QSL received status item

type QSLRcvd

type QSLRcvd string

QSLRcvd represents the QSL received status

var (
	Y QSLRcvd = "Y" // Y = yes (confirmed)
	N QSLRcvd = "N" // N = no
	R QSLRcvd = "R" // R = requested
	I QSLRcvd = "I" // I = ignore or invalid
)

Jump to

Keyboard shortcuts

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