Updated user struct

master
Alex 2021-06-25 21:45:31 +02:00
parent 43af5221f4
commit adb0a57a3c
1 changed files with 7 additions and 5 deletions

View File

@ -1,11 +1,13 @@
package structs
import "time"
import (
"time"
)
// User represents a user
// swagger:model
type User struct {
ID string
Id string
Hashtag string
Name string
Email string
@ -13,9 +15,9 @@ type User struct {
/*Rank int
AvatarUrl string
Location string
Description string
Language string
Cash int
Description string */
LanguageId int
/* Cash int
Posts int
Followers int
Following int */