up
This commit is contained in:
@@ -206,6 +206,11 @@ func stringSet(items ...string) map[string]struct{} {
|
||||
return m
|
||||
}
|
||||
|
||||
// RecordToQSO is the exported alias used by the UDP auto-log path so it
|
||||
// can convert a freshly received ADIF record into a QSO and then enrich
|
||||
// it with lookup + operating data before inserting.
|
||||
func RecordToQSO(rec Record) (qso.QSO, bool) { return recordToQSO(rec) }
|
||||
|
||||
// recordToQSO maps an ADIF record onto a QSO. Returns false if required
|
||||
// fields are missing. Any ADIF tag we don't promote is stored in Extras.
|
||||
func recordToQSO(rec Record) (qso.QSO, bool) {
|
||||
|
||||
Reference in New Issue
Block a user