Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Recommend ¶
type Recommend struct { Count int `json:"count"` Lives struct { Subject []*Room `json:"subject"` Hot []*Room `json:"hot"` } `json:"lives"` }
Recommend is live recommend
type Room ¶
type Room struct { Owner struct { Face string `json:"face"` Mid int `json:"mid"` Name string `json:"name"` } `json:"owner"` Cover struct { Src string `json:"src"` Height int `json:"height"` Width int `json:"width"` } `json:"cover"` Title string `json:"title"` ID int64 `json:"room_id"` Online int `json:"online"` Area string `json:"area"` AreaID int `json:"area_id"` }
type TopicHot ¶
type TopicHot struct { TID int `json:"topic_id"` TName string `json:"topic_name"` Picture string `json:"picture"` ImageURL string `json:"-"` }
func (*TopicHot) TopicJSONChange ¶
type TopicImage ¶
Click to show internal directories.
Click to hide internal directories.