Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemShop ¶
type ItemShop struct { Status int `json:"status"` Data struct { Featured struct { Entries []ItemShopItem `json:"entries"` } `json:"featured"` Daily struct { Name string `json:"name"` Entries []ItemShopItem `json:"entries"` } `json:"daily"` } `json:"data"` }
func GetItemshop ¶
type ItemShopItem ¶
type ItemShopItem struct { FinalPrice int `json:"finalPrice"` Bundle any `json:"bundle,omitempty"` Items []struct { Type struct { Value string `json:"value"` } `json:"type"` } `json:"items"` NewDisplayAsset struct { MaterialInstances []struct { ID string `json:"id"` Images struct { Background string `json:"Background"` } `json:"images"` } `json:"materialInstances"` } `json:"newDisplayAsset"` }
Click to show internal directories.
Click to hide internal directories.