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