Compare commits
2 Commits
6f3f3e1d8f
...
dfb6be1fba
Author | SHA1 | Date | |
---|---|---|---|
dfb6be1fba | |||
7c0ce88a38 |
@ -5,13 +5,15 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Session struct {
|
type Session struct {
|
||||||
ExpirateAt time.Time
|
Expires 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