item.go 267 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 package model type Item struct { Platform string `json:"platform"` Name string `json:"name"` Price int `json:"price"` ThumbnailUrl string `json:"thumbnailUrl"` ItemUrl string `json:"itemUrl"` ExtraInfo string `json:"extraInfo"` }