6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
struct Session {
|
|
UserID uint64
|
|
key string
|
|
createdAt int64
|
|
}
|