Merge remote-tracking branch 'origin/main'
# Conflicts: # sessionUtils/sessionUtils.go
This commit is contained in:
commit
c035b05b46
@ -16,6 +16,10 @@ type Session struct {
|
|||||||
Arguments []gameUtils.Argument
|
Arguments []gameUtils.Argument
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type Sessions struct {
|
||||||
|
Sessions []Session
|
||||||
|
}
|
||||||
|
|
||||||
type JSSessionInterface struct {
|
type JSSessionInterface struct {
|
||||||
GameID string `json:"gameId"`
|
GameID string `json:"gameId"`
|
||||||
Icon string `json:"icon"`
|
Icon string `json:"icon"`
|
||||||
|
Loading…
Reference in New Issue
Block a user