package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Mar 8, 2025
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 Order struct {
OrderID string `json:"order_id"`
Client string `json:"client"`
ClientEmail string `json:"client_email"`
Products []Product `json:"products"`
Total float64 `json:"total"`
Status string `json:"status"`
}
type Product struct {
ProductID string `json:"product_id"`
Quantity int `json:"quantity"`
Price float64 `json:"price"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.