Showing
1 changed file
with
6 additions
and
5 deletions
1 | package model | 1 | package model |
2 | 2 | ||
3 | type Item struct { | 3 | type Item struct { |
4 | - Platform string `json:"platform"` | 4 | + Platform string `json:"platform"` |
5 | - Name string `json:"name"` | 5 | + Name string `json:"name"` |
6 | - Price uint `json:"price"` | 6 | + Price uint `json:"price"` |
7 | - Url string `json:"url"` | 7 | + ThumbnailUrl string `json:"thumbnailUrl"` |
8 | - ExtraInfo string `json:"extraInfo"` | 8 | + ItemUrl string `json:"itemUrl"` |
9 | + ExtraInfo string `json:"extraInfo"` | ||
9 | } | 10 | } | ... | ... |
-
Please register or login to post a comment