Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecPoolConf ¶
type RecPoolConf struct { ID int64 `json:"id"` Name string `json:"name"` Type int64 `json:"type"` Rule string `json:"rules"` Priority int64 `json:"priority"` Percent float64 `json:"percent"` TruePercent float64 `json:"true_percent"` ModuleType int64 `json:"module_type"` Position int64 `json:"position"` }
RecPoolConf 投放配置
type RecRoomInfo ¶
type RecRoomInfo struct { Uid int64 `json:"uid"` Title string `json:"title"` PopularityCount int64 `json:"popularity_count"` KeyFrame string `josn:"Keyframe"` Cover string `josn:"cover"` ParentAreaID int64 `json:"parent_area_id"` ParentAreaName string `json:"parent_area_name"` AreaID int64 `json:"area_id"` AreaName string `josn:"area_name"` }
RecRoomInfo 房间信息
Click to show internal directories.
Click to hide internal directories.