Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Overview ¶
type Overview struct {
LiveRoomCount int `json:"liveRoomCount"` // 直播间总数
RecordingRoomCount int `json:"recordingRoomCount"` // 正在录制的直播间总数
RecordTimeCount float64 `json:"recordTimeCount"` // 总录制时长(单位:时)
UnreadMessageCount int `json:"unreadMessageCount"` // 未读消息总数
ParseMediaCount int `json:"parseMediaCount"` // 已解析的媒体文件总数
}
type PushChannel ¶ added in v0.0.2
type PushChannel struct {
*entity.PushChannel
Email *entity.PushChannelEmail `json:"email" desc:"邮箱信息"`
Webhook *entity.PushChannelWebhook `json:"webhook" desc:"Webhook信息"`
}
Click to show internal directories.
Click to hide internal directories.