Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callinfo ¶
type Callinfo struct {
// contains filtered or unexported fields
}
func New ¶
func New(prefixes DXCCFinder, callsigns CallsignFinder, dupeChecker DupeChecker) *Callinfo
func (*Callinfo) ShowCallsign ¶
type CallsignFinder ¶
CallsignFinder returns a list of matching callsigns for the given partial string.
type DXCCFinder ¶
DXCCFinder returns a list of matching prefixes for the given string and indicates if there was a match at all.
type DupeChecker ¶
DupeChecker can be used to find out if the given callsign was already worked, according to the contest rules.
Click to show internal directories.
Click to hide internal directories.