Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUpdateFailed = errors.New("update failed") ErrUnmarshal = errors.New("unmarshal failed") )
Functions ¶
func IsValidRepeaterID ¶
func ValidRepeaterCallsign ¶ added in v1.0.13
Types ¶
type DMRRepeater ¶
type DMRRepeater struct { Locator string `json:"locator"` ID string `json:"id"` Callsign string `json:"callsign"` City string `json:"city"` State string `json:"state"` Country string `json:"country"` Frequency string `json:"frequency"` ColorCode uint `json:"color_code"` Offset string `json:"offset"` Assigned string `json:"assigned"` TSLinked string `json:"ts_linked"` Trustee string `json:"trustee"` MapInfo string `json:"map_info"` Map uint `json:"map"` IPSCNetwork string `json:"ipsc_network"` }
func Get ¶ added in v1.0.13
func Get(id uint) (DMRRepeater, bool)
type RepeaterDB ¶ added in v1.0.13
type RepeaterDB struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.