Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Player ¶
type Player struct {
AccessToken string `json:"accessToken"`
RefreshToken string `json:"refreshToken"`
HeadImgUrl string `json:"headImgUrl"`
UserId int `json:"userId"`
UserIp string `json:"userIp"`
NickName string `json:"nickName"`
ExpiresIn int `json:"expiresIn"`
LastLoginTime int64 `json:"lastLoginTime"`
}
Click to show internal directories.
Click to hide internal directories.