dispatch/pkg/session/session.schema

5 lines
75 B
Text

struct Session {
UserID uint64
key string
createdAt int64
}