dispatch/pkg/session/session.schema

6 lines
75 B
Plaintext
Raw Normal View History

struct Session {
UserID uint64
key string
createdAt int64
}