diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-06-28 23:27:22 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-06-28 23:27:22 +0300 |
| commit | 8cce8b446e63d03161f0807c76721b40d851b50d (patch) | |
| tree | 5c990d3e7e3f89550ea77107d4b1ed253a16b238 /backend/models/models.go | |
| parent | feat: image field for maps (diff) | |
| download | lphub-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.go | 1 |
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 | ||
| 16 | type UserShort struct { | 17 | type UserShort struct { |