Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnchorStatData ¶ added in v0.0.4
type AnchorStatInfo ¶ added in v0.0.4
type AnchorStatInfo struct {
WeekFollowersIncr int `json:"weekFollowersIncr"`
WeekLikeNumIncr int `json:"weekLikeNumIncr"`
MonthFollowersIncr int `json:"monthFollowersIncr"`
HistoryData []*AnchorStatData `json:"historyData"`
}
type RoomInfo ¶
type RoomInfo struct {
*entity.LiveRoomInfo
IsRecording bool `json:"isRecording"`
}
Click to show internal directories.
Click to hide internal directories.