Documentation
¶
Overview ¶
Package callbook allows to retrieve information about a call from various online sources. Supported sources: qrz.com, hamqth.com
Index ¶
Constants ¶
View Source
const QRZTimeFormat = "Mon Jan 2 15:04:05 2006"
QRZTimeFormat describes the time format used by qrz.com
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
Factory is a function that creates a new callbook instance from username and password
type HamQTH ¶
type HamQTH struct {
Username string
// contains filtered or unexported fields
}
HamQTH represents a connection to hamqth.com with a certain user account. For more information about the API see https://www.hamqth.com/developers.php.
type Info ¶
type Info struct {
Callsign callsign.Callsign
Name string
Address string
QTH string
Country string
Locator locator.Locator
LatLon latlon.LatLon
LatLonValid bool
CQZone dxcc.CQZone
ITUZone dxcc.ITUZone
TimeOffset dxcc.TimeOffset
}
Info contains the information from a callbook service about a callsign.
type QRZ ¶
type QRZ struct {
Username string
// contains filtered or unexported fields
}
QRZ represents a connection to qrz.com with a certain user account. For more information about the API see https://www.qrz.com/page/current_spec.html.
Click to show internal directories.
Click to hide internal directories.