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