mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-14 20:29:16 +02:00
initial commit
This commit is contained in:
12
session.go
Normal file
12
session.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package uptimemonitor
|
||||
|
||||
import "time"
|
||||
|
||||
type Session struct {
|
||||
ID int64
|
||||
UserID int64
|
||||
Uuid string
|
||||
CreatedAt time.Time
|
||||
ExpiresAt time.Time
|
||||
User User
|
||||
}
|
Reference in New Issue
Block a user