Add UserList in UI
This commit is contained in:
+8
-5
@@ -3,9 +3,12 @@ package model
|
||||
import "time"
|
||||
|
||||
type User struct {
|
||||
ID string
|
||||
Name string
|
||||
Password string
|
||||
IsAdmin bool
|
||||
CreatedAt time.Time
|
||||
ID string
|
||||
Name string
|
||||
Password string
|
||||
IsAdmin bool
|
||||
LastLoginAt time.Time
|
||||
LastAccessAt time.Time
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user