Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PathExists ¶
func SearchName ¶
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.