diff options
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 { |