Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseLivingCreate ¶
type ResponseLivingCreate struct { *response.ResponseWork LivingID int `json:"livingid"` }
type ResponseLivingGetLivingCode ¶
type ResponseLivingGetLivingCode struct { *response.ResponseWork LivingCode int `json:"living_code"` }
type ResponseLivingGetLivingInfo ¶
type ResponseLivingGetLivingInfo struct { *response.ResponseWork LivingInfo *power.HashMap `json:"living_info"` }
type ResponseLivingGetLivingShareInfo ¶
type ResponseLivingGetLivingShareInfo struct {}
type ResponseLivingGetUserAllLivingID ¶
type ResponseLivingGetUserAllLivingID struct { *response.ResponseWork NextCursor string `json:"next_cursor"` LivingIDList []string `json:"livingid_list"` }
type ResponseLivingGetWatchStat ¶
type ResponseLivingGetWatchStat struct { *response.ResponseWork NextKey string `json:"next_key"` StatInfo *power.HashMap `json:"stat_info"` }
Click to show internal directories.
Click to hide internal directories.