Compare commits
No commits in common. "dfb6be1fba6d86275cbc7339edfbdc819b1240a8" and "6f3f3e1d8f2e5da187a7c27136a782fec0669954" have entirely different histories.
dfb6be1fba
...
6f3f3e1d8f
@ -5,15 +5,13 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Session struct {
|
type Session struct {
|
||||||
Expires time.Time
|
ExpirateAt time.Time
|
||||||
GameId string
|
GameId string
|
||||||
}
|
}
|
||||||
|
|
||||||
type JSSessionInterface struct {
|
type JSSessionInterface struct {
|
||||||
GameID string `json:"gameId"`
|
GameID string `json:"gameId"`
|
||||||
Icon string `json:"icon"`
|
Title string `json:"title"`
|
||||||
Title string `json:"title"`
|
Image string `json:"image"`
|
||||||
Status string `json:"status"`
|
Description string `json:"description"`
|
||||||
Version string `json:"version"`
|
|
||||||
Expires time.Time `json:"expires"`
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user