Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoVupAttentionError = errors.New("no vup attention")
View Source
var UserNotFoundError = errors.New("user not found")
Functions ¶
This section is empty.
Types ¶
type BiliAccountType ¶
type User ¶
type User struct {
UID int64 `json:"uid"`
Name string `json:"username"`
Rank int `json:"rank"`
Sex string `json:"sex"`
Face string `json:"face"`
FaceFile string `json:"face_file"`
Sign string `json:"sign"`
Coins float64 `json:"coins"`
RegTime int `json:"regtime"`
Fans int `json:"fans"`
Attention int `json:"attention"`
AttentionSum int `json:"attention_sum"`
CurrentExp int `json:"current_exp"`
Attentions []int64 `json:"attentions"`
VupAttentions []Vup `json:"vup_attentions"`
UserGuard UserGuard `json:"user_guard"`
Permit bool `json:"permit"`
}
Click to show internal directories.
Click to hide internal directories.