embeds
This commit is contained in:
parent
81aa06d716
commit
697a880c87
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ type User struct {
|
||||||
Email string `json:"email"`
|
Email string `json:"email"`
|
||||||
CreatedAt time.Time `json:"created_at"`
|
CreatedAt time.Time `json:"created_at"`
|
||||||
HashedApiKey string `json:"hashed_api_key"`
|
HashedApiKey string `json:"hashed_api_key"`
|
||||||
|
Avatar string `json:"avatar"`
|
||||||
|
GlobalName string `json:"global_name"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type AvatarDecorationData struct {
|
type AvatarDecorationData struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue