product

package
v0.0.0-...-cf457fc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2018 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option struct {
	Name  string `json:"name"`
	Value string `json:"value"`
}

Option represents a product variant

type Product

type Product struct {
	SKU     string   `json:"sku"`
	Name    string   `json:"name"`
	Price   float64  `json:"price"`
	Options []Option `json:"options"`
}

Product is a buyable product

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL