add profile struct

This commit is contained in:
cyber-dream 2023-01-15 17:03:31 +03:00
parent 982b60bde6
commit 8a16a26b35

View File

@ -25,6 +25,10 @@ type LauncherSession struct {
Expiry time.Time Expiry time.Time
} }
type ProfileResp struct {
Username string
}
type ValidateReq struct { type ValidateReq struct {
LauncherToken string LauncherToken string
} }