Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cascade ¶
type Cascade struct { gorm.Model CascadeData }
type CascadeConnStatus ¶
type CascadeData ¶
type CascadeData struct { Gid string `json:"gid"` ApiAddr string `json:"apiAddr"` Name string `json:"name"` SipAddr string `json:"sipAddr"` AuthPwd string `json:"authPwd"` AuthUser string `json:"authUser"` Webhook string `json:"webhook"` CascadeId string `json:"cascadeId"` LowerGroupName string `json:"lowerGroupName"` LowerGid string `json:"lowerGid"` LowerSn string `json:"lowerSn"` LowerType int `json:"lowerType"` CascadeConnStatus }
Click to show internal directories.
Click to hide internal directories.