productsmodel

package
v0.0.0-...-aa2a389 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Product

type Product struct {
	Id           primitive.ObjectID `json:"id" bson:"_id"`
	Item         string             // `json:"item" bson:"item"`
	Currentstock float64            // `json:"currentstock" bson:"currentstock"`
	Standard     string             // `json:"standard" bson:"standard"`
	Unitprice    float64            // `json:"unitprice" bson:"unitprice"`
}

Jump to

Keyboard shortcuts

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