Удалить 'sessionUtils/sessionTypes.go'
This commit is contained in:
parent
58eca5ea06
commit
ce8d180154
@ -1,28 +0,0 @@
|
||||
package sessionUtils
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"git.gregbrzezinski.com/Skirda/skirdagoutils/gameUtils"
|
||||
)
|
||||
|
||||
type Session struct {
|
||||
SessionId string
|
||||
GameId string
|
||||
Assets gameUtils.GameInterfaceAssets
|
||||
Expires time.Time
|
||||
Arguments []gameUtils.Argument
|
||||
}
|
||||
|
||||
type Sessions struct {
|
||||
Sessions []Session
|
||||
}
|
||||
|
||||
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"`
|
||||
}
|
Loading…
Reference in New Issue
Block a user