helpers

package
v0.0.0-...-f266b67 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2021 License: LGPL-2.1, LGPL-2.1-or-later Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CategoryStats

type CategoryStats struct {
	ID          string `json:"id" sql:"id"`
	Name        string `json:"name" sql:"name"`
	Image       string `json:"image" sql:"image"`
	Description string `json:"description" sql:"description"`
	Count       int    `json:"count" json:"count"`
}

type ProductStats

type ProductStats struct {
	ID          string `json:"id" sql:"id"`
	Name        string `json:"name" sql:"name"`
	Stock       int    `json:"stock" sql:"stock"`
	Price       int    `json:"price" sql:"price"`
	Image       string `json:"image" sql:"image"`
	Description string `json:"description" sql:"description"`
	Count       int    `json:"count" json:"count"`
}

Jump to

Keyboard shortcuts

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