aboutsummaryrefslogtreecommitdiff
path: root/backend/models/models.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-06-28 23:27:22 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-06-28 23:27:22 +0300
commit8cce8b446e63d03161f0807c76721b40d851b50d (patch)
tree5c990d3e7e3f89550ea77107d4b1ed253a16b238 /backend/models/models.go
parentfeat: image field for maps (diff)
downloadlphub-8cce8b446e63d03161f0807c76721b40d851b50d.tar.gz
lphub-8cce8b446e63d03161f0807c76721b40d851b50d.tar.bz2
lphub-8cce8b446e63d03161f0807c76721b40d851b50d.zip
feat: mod edit for map summary
Former-commit-id: dbef520658347a8c23546371ced24f1c0271749d
Diffstat (limited to 'backend/models/models.go')
-rw-r--r--backend/models/models.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/models/models.go b/backend/models/models.go
index 7b8cbc4..5355a9f 100644
--- a/backend/models/models.go
+++ b/backend/models/models.go
@@ -11,6 +11,7 @@ type User struct {
11 CountryCode string `json:"country_code"` 11 CountryCode string `json:"country_code"`
12 CreatedAt time.Time `json:"created_at"` 12 CreatedAt time.Time `json:"created_at"`
13 UpdatedAt time.Time `json:"updated_at"` 13 UpdatedAt time.Time `json:"updated_at"`
14 Titles []string `json:"titles"`
14} 15}
15 16
16type UserShort struct { 17type UserShort struct {