Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ADIDate ¶
ADIDate is a date in the ADIF format. It is stored as a string and is formatted as: YYYY/MM/DD
func (*ADIDate) UnmarshalCSV ¶
type Deleted ¶
type Deleted bool
Deleted is a boolean that indicates if the record is deleted.
func (*Deleted) UnmarshalCSV ¶
type HeaderField ¶
type HeaderField bool
HeaderField is a boolean that indicates if the field is a header field in an ADI file.
func (*HeaderField) UnmarshalCSV ¶
func (a *HeaderField) UnmarshalCSV(csv string) error
type ImportOnly ¶
type ImportOnly bool
ImportOnly is a boolean that indicates if the record is an import-only record.
func (*ImportOnly) UnmarshalCSV ¶
func (a *ImportOnly) UnmarshalCSV(csv string) error
type ImportRecordRoot ¶
type ImportRecordRoot struct { IsImportOnly ImportOnly `csv:"Import-only"` IsReleased Released `csv:"ADIF Status"` }
ImportRecordRoot is the root of an import record. It contains fields that are common to all imported records.
Click to show internal directories.
Click to hide internal directories.