From 629b0189b7bf20c748a1d37f8803ad0e3ffb8a49 Mon Sep 17 00:00:00 2001 From: Alexander Kavon Date: Tue, 28 Nov 2023 05:24:30 -0500 Subject: working container compose w/database, no more auth package, message template partial, working html template writing, auth routes in user/routes.go --- src/user/user.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user/user.go') diff --git a/src/user/user.go b/src/user/user.go index 9845b1b..97fe74c 100644 --- a/src/user/user.go +++ b/src/user/user.go @@ -3,4 +3,5 @@ package user type User struct { Id int64 `json:"id"` Username string `json:"username"` + Karma uint64 `json:"karma"` } -- cgit v1.2.3