qslvia

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 (
	// EnumQSLViaMap contains ALL records, including un-released and import-only records
	EnumQSLViaMap map[QSLVia]*EnumQSLViaItem

	// EnumQSLViaListAll contains all QSL Via records, including un-released and import-only records
	EnumQSLViaListAll []*EnumQSLViaItem

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

Functions

This section is empty.

Types

type EnumQSLViaItem

type EnumQSLViaItem struct {
	shared.ImportRecordRoot
	ID          QSLVia `csv:"Via"` // The value that is stored in the QSL_RCVD_VIA and QSL_SENT_VIA ADIF fields.
	Description string `csv:"Description"`
}

EnumQSLViaItem represents a QSL Via item

type QSLVia

type QSLVia string

QSLVia represents the method used to exchange QSL cards

var (
	B QSLVia = "B" // B = bureau
	D QSLVia = "D" // D = direct
	E QSLVia = "E" // E = electronic
)

Jump to

Keyboard shortcuts

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