package
Version:
v0.0.0-...-e3c39ba
Opens a new window with list of versions in this module.
Published: Dec 9, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.