Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDMRRepeaters ¶
func GetDMRRepeaters() *[]DMRRepeater
func IsValidRepeaterID ¶
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 GetRepeater ¶
func GetRepeater(id uint) (DMRRepeater, error)
Click to show internal directories.
Click to hide internal directories.