package
Version:
v0.0.0-...-adc1c8a
Opens a new window with list of versions in this module.
Published: Sep 18, 2023
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 BasketItem struct {
ID uuid.UUID `json:"id"`
CatalogId uuid.UUID `json:"catalogId"`
Price float32 `json:"price"`
Quantity uint `json:"quantity"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.