Added APIUser struct
parent
405ce69cda
commit
4026a40fa1
|
@ -26,3 +26,11 @@ type User struct {
|
||||||
CreatedAt time.Time
|
CreatedAt time.Time
|
||||||
UpdatedAt time.Time
|
UpdatedAt time.Time
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type APIUser struct {
|
||||||
|
Id string
|
||||||
|
Hashtag string
|
||||||
|
Name string
|
||||||
|
AvatarUrl string
|
||||||
|
Points int
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue