Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepeaterPost ¶
type RepeaterPost struct {
RadioID uint `json:"id" binding:"required"`
}
type RepeaterTalkgroupsPost ¶
type RepeaterTalkgroupsPost struct { TS1StaticTalkgroups []models.Talkgroup `json:"ts1_static_talkgroups"` TS2StaticTalkgroups []models.Talkgroup `json:"ts2_static_talkgroups"` TS1DynamicTalkgroup models.Talkgroup `json:"ts1_dynamic_talkgroup"` TS2DynamicTalkgroup models.Talkgroup `json:"ts2_dynamic_talkgroup"` }
type TalkgroupAdminAction ¶
type TalkgroupAdminAction struct {
UserIDs []uint `json:"user_ids"`
}
type TalkgroupPatch ¶
type TalkgroupPost ¶
type UserRegistration ¶
type UserRegistration struct { DMRId uint `json:"id" binding:"required"` Callsign string `json:"callsign" binding:"required"` Username string `json:"username" binding:"required"` Password string `json:"password" binding:"required"` }
func (*UserRegistration) IsValidUsername ¶
func (r *UserRegistration) IsValidUsername() (bool, string)
type WSCallResponse ¶ added in v1.0.15
type WSCallResponse struct { ID uint `json:"id"` User WSCallResponseUser `json:"user"` StartTime time.Time `json:"start_time"` Duration time.Duration `json:"duration"` Active bool `json:"active"` TimeSlot bool `json:"time_slot"` GroupCall bool `json:"group_call"` IsToTalkgroup bool `json:"is_to_talkgroup"` ToTalkgroup WSCallResponseTalkgroup `json:"to_talkgroup"` IsToUser bool `json:"is_to_user"` ToUser WSCallResponseUser `json:"to_user"` IsToRepeater bool `json:"is_to_repeater"` ToRepeater WSCallResponseRepeater `json:"to_repeater"` Loss float32 `json:"loss"` Jitter float32 `json:"jitter"` BER float32 `json:"ber"` RSSI float32 `json:"rssi"` }
type WSCallResponseRepeater ¶ added in v1.0.15
type WSCallResponseTalkgroup ¶ added in v1.0.15
type WSCallResponseUser ¶ added in v1.0.15
Click to show internal directories.
Click to hide internal directories.