package
Version:
v0.0.0-...-cf457fc
Opens a new window with list of versions in this module.
Published: Feb 18, 2018
License: BSD-3-Clause
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Option struct {
Name string `json:"name"`
Value string `json:"value"`
}
Option represents a product variant
type Product struct {
SKU string `json:"sku"`
Name string `json:"name"`
Price float64 `json:"price"`
Options []Option `json:"options"`
}
Product is a buyable product
Source Files
¶
Click to show internal directories.
Click to hide internal directories.