1
This commit is contained in:
parent
55f53c1d82
commit
629cc33ca8
@ -10,7 +10,7 @@ type User struct {
|
||||
Avatar string `json:"avatar"`
|
||||
Score string `json:"score"`
|
||||
HourlyEarnings string `json:"hourly_earnings"`
|
||||
Dice int32 `gorm:"json:dice"`
|
||||
Dice int32 `json:"dice"`
|
||||
}
|
||||
|
||||
func (this *User) FromModel(m *model.User) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user