5 lines
75 B
Text
5 lines
75 B
Text
struct Session {
|
|
UserID uint64
|
|
key string
|
|
createdAt int64
|
|
}
|