package
Version:
v0.0.0-...-77a91a8
Opens a new window with list of versions in this module.
Published: Sep 1, 2021
License: MIT
Opens a new window with license information.
Imports: 10
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"`
Price float64 `json:"price"`
Inventory int `json:"inventory"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.