package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Apr 10, 2026
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Order struct {
ID string `json:"id"`
UserID string `json:"user_id"`
Total int `json:"total"`
}
type OrderItem struct {
ID string `json:"id"`
OrderID string `json:"order_id"`
Product string `json:"product"`
Qty int `json:"qty"`
}
type User struct {
ID string `json:"id"`
Name string `json:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.