From 8184f5ba7394c6f5f14476ef3a544b9614de5375 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 27 Jun 2021 21:28:53 +0200 Subject: [PATCH] Add state to user struct --- modules/structs/user.go | 1 + 1 file changed, 1 insertion(+) 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