Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Collection ¶
Collection finds all the link from the font page.
func FullCollection ¶
Types ¶
type Product ¶
type Product struct {
ID uint `json:"id"`
Title string `json:"title"`
Vendor string `json:"vendor"`
Handle string `json:"handle"`
Type string `json:"type"`
Price int `json:"price"`
PriceMax int `json:"price_max"`
PriceMin int `json:"price_min"`
Description string `json:"description"`
Media []Media `json:"media"`
Variants []Variants `json:"variants"`
}
func FetchProduct ¶
Click to show internal directories.
Click to hide internal directories.