add profile struct
This commit is contained in:
parent
982b60bde6
commit
8a16a26b35
@ -25,6 +25,10 @@ type LauncherSession struct {
|
||||
Expiry time.Time
|
||||
}
|
||||
|
||||
type ProfileResp struct {
|
||||
Username string
|
||||
}
|
||||
|
||||
type ValidateReq struct {
|
||||
LauncherToken string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user