Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FavoriteListResp ¶
type User ¶
type User struct { ID int64 `json:"id"` Name string `json:"name"` FollowCount int64 `json:"follow_count"` FollowerCount int64 `json:"follower_count"` IsFollow bool `json:"is_follow"` Avatar string `json:"avatar"` BackgroundImage string `json:"background_image"` Signature string `json:"signature"` TotalFavorited int64 `json:"total_favorited"` WorkCount int64 `json:"work_count"` FavoriteCount int64 `json:"favorite_count"` }
Click to show internal directories.
Click to hide internal directories.