entity

package
v0.0.0-...-e3c39ba Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 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 Goods

type Goods struct {
	Brand    string                 `json:"brand"`
	Model    string                 `json:"model"`
	Price    decimal.Decimal        `json:"price"`
	Stock    int                    `json:"stock"`
	Category string                 `json:"category"`
	Tags     []string               `json:"tags"`
	Features map[string]interface{} `json:"features"`
}

Jump to

Keyboard shortcuts

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