change sharedUser
This commit is contained in:
parent
3933b4e16f
commit
0495d1efb1
@ -38,14 +38,8 @@ type ValidateReq struct {
|
|||||||
type ValidateResp struct {
|
type ValidateResp struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type SkirdaUser struct {
|
type SkirdaUserResp struct {
|
||||||
SkirdaUserId string `bson:"skirdauserid" json:"skirdauserid"`
|
SkirdaUserId string `json:"skirdauserid"`
|
||||||
DiscordId string `bson:"discordid" json:"-"`
|
Username string `json:"username"`
|
||||||
Username string `bson:"username" json:"username"`
|
Token string `json:"token"`
|
||||||
UserDomains []string `bson:"userdomains" json:"userdomains"`
|
|
||||||
Installs []LauncherInstall `bson:"installs" json:"-"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type LauncherInstall struct {
|
|
||||||
InstallId string `bson:"installid"`
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user