product

package module
v0.0.0-...-1cba5f3 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start()

Types

type Product

type Product struct {
	ProductID             int64  `json:"productID" bson:"productID"`
	ProductName           string `json:"productName" bson:"productName"`
	ProductTag            string `json:"productTag" bson:"productTag"`
	IsLightingDealEnabled bool   `json:"isLightingDealEnabled" bson:"isLightingDealEnabled"`
	Quantity              int    `json:"quantity" bson:"quantity"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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