Add state to user struct
parent
811bcb6051
commit
8184f5ba73
|
@ -21,6 +21,7 @@ type User struct {
|
|||
Posts int
|
||||
Followers int
|
||||
Following int */
|
||||
State int
|
||||
LastLogin time.Time
|
||||
CreatedAt time.Time
|
||||
UpdatedAt time.Time
|
||||
|
|
Loading…
Reference in New Issue