qsouploadstatus

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 (
	// EnumQSOUploadStatusMap contains ALL records, including un-released and import-only statuses
	EnumQSOUploadStatusMap EnumQSOUploadStatusItemMap

	// EnumQSOUploadStatusListAll contains ALL records, including un-released and import-only statuses
	EnumQSOUploadStatusListAll EnumQSOUploadStatusItemList

	// EnumQSOUploadStatusList
	// is a filtered list.
	// It excludes un-released and import-only records.
	EnumQSOUploadStatusList EnumQSOUploadStatusItemList
)

Functions

This section is empty.

Types

type EnumQSOUploadStatusItem

type EnumQSOUploadStatusItem struct {
	shared.ImportRecordRoot
	ID          QSOUploadStatus `csv:"Status"` // The value that is stored in the CLUBLOG_QSO_UPLOAD_STATUS, QRZCOM_QSO_UPLOAD_STATUS, HAMLOGEU_QSO_UPLOAD_STATUS, HAMQTH_QSO_UPLOAD_STATUS, HRDLOG_QSO_UPLOAD_STATUS ADIF field.
	Description string          `csv:"Description"`
}

EnumQSOUploadStatusItem represents a QSO upload status item

type EnumQSOUploadStatusItemList

type EnumQSOUploadStatusItemList []*EnumQSOUploadStatusItem

EnumQSOUploadStatusItemList represents a collection of QSO upload status items

type EnumQSOUploadStatusItemMap

type EnumQSOUploadStatusItemMap map[QSOUploadStatus]*EnumQSOUploadStatusItem

EnumQSOUploadStatusItemMap maps QSOUploadStatus to its definition

type QSOUploadStatus

type QSOUploadStatus string

QSOUploadStatus represents the upload status of a QSO

var (
	Y QSOUploadStatus = "Y" // Y = the QSO has been uploaded to, and accepted by, the online service
	N QSOUploadStatus = "N" // N = do not upload the QSO to the online service
	M QSOUploadStatus = "M" // M = the QSO has been modified since being uploaded to the online service
)

Jump to

Keyboard shortcuts

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