fix export in Session struct
This commit is contained in:
parent
ceb5cac7ea
commit
802442edba
@ -5,8 +5,8 @@ import (
|
||||
)
|
||||
|
||||
type Session struct {
|
||||
expirateAt time.Time
|
||||
gameId string
|
||||
ExpirateAt time.Time
|
||||
GameId string
|
||||
}
|
||||
|
||||
type JSSessionInterface struct {
|
||||
|
Loading…
Reference in New Issue
Block a user