Add state to user struct

master
Alex 2021-06-27 21:28:53 +02:00
parent 811bcb6051
commit 8184f5ba73
1 changed files with 1 additions and 0 deletions

View File

@ -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