package
Version:
v0.0.0-...-a04e50b
Opens a new window with list of versions in this module.
Published: Aug 5, 2024
License: GPL-3.0
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 Inventory struct {
Products map[int]Product
}
Inventory represents the product inventory.
NewInventory creates a new inventory.
AddProduct adds a product to the inventory.
Product represents a product in the inventory.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.