backend: frontend: fix errors in model struct and add new fields to result table view
This commit is contained in:
parent
0fd2775aa3
commit
1a4ac687f4
6 changed files with 189 additions and 153 deletions
|
|
@ -48,10 +48,10 @@ type HP struct {
|
|||
|
||||
type Speed struct {
|
||||
Walk int `json:"walk"`
|
||||
burrow int `json:"burrow"`
|
||||
climb int `json:"climb"`
|
||||
fly int `json:"fly"`
|
||||
swim int `json:"swim"`
|
||||
Burrow int `json:"burrow"`
|
||||
Climb int `json:"climb"`
|
||||
Fly int `json:"fly"`
|
||||
Swim int `json:"swim"`
|
||||
}
|
||||
|
||||
type Save struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue