award

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

	// EnumAwardListAll contains ALL records, including un-released and import-only records
	EnumAwardListAll EnumAwardItemList

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

Functions

This section is empty.

Types

type Award

type Award string

Award represents an ADIF award type

type EnumAwardItem

type EnumAwardItem struct {
	shared.ImportRecordRoot
	ID Award `csv:"Award"` // Depreciated. The value that is stored in the CREDIT_GRANTED ADIF field. May also appear next to a Credit
}

EnumAwardItem represents an award item

type EnumAwardItemList

type EnumAwardItemList []*EnumAwardItem

EnumAwardItemList represents a collection of Award definitions

type EnumAwardItemMap

type EnumAwardItemMap map[Award]*EnumAwardItem

EnumAwardItemMap maps Award to its definition

Jump to

Keyboard shortcuts

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