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