Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProductPages ¶
Types ¶
type Article ¶
type Article struct { Name string `json:"name"` URL string `json:"url"` CategoryName string `json:"category"` CategoryURL string `json:"category_url"` SubCategoryName string `json:"subcategory"` SubCategoryURL string `json:"subcategory_url"` MenuName string `json:"menu"` MenuURL string `json:"menu_url"` Platform string `json:"platform"` Price int `json:"price"` CurrentPrice int `json:"currentPrice"` Discount int `json:"discount"` Stock int `json:"stock"` }
func GetProduct ¶
Click to show internal directories.
Click to hide internal directories.