package
Version:
v0.0.0-...-b018a71
Opens a new window with list of versions in this module.
Published: Jan 9, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Product struct {
ID string `json:"id"`
Name string `json:"name"`
Cost float32 `json:"cost"`
Description string `json:"description"`
Image string `json:"image"`
OnOffer bool `json:"onOffer"`
}
Product holds product data
ProductService defines core CRUD methods a products service should have
Source Files
¶
Click to show internal directories.
Click to hide internal directories.