fix export in Session struct

This commit is contained in:
cyber-dream 2022-10-28 15:27:13 +03:00
parent ceb5cac7ea
commit 802442edba

View File

@ -5,8 +5,8 @@ import (
)
type Session struct {
expirateAt time.Time
gameId string
ExpirateAt time.Time
GameId string
}
type JSSessionInterface struct {