diff --git a/modules/structs/user.go b/modules/structs/user.go index e3b1e8e..aaf5bb2 100644 --- a/modules/structs/user.go +++ b/modules/structs/user.go @@ -21,6 +21,7 @@ type User struct { Posts int Followers int Following int */ + State int LastLogin time.Time CreatedAt time.Time UpdatedAt time.Time