package
Version:
v0.0.0-...-1bf90d9
Opens a new window with list of versions in this module.
Published: Jul 30, 2024
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 Checkout struct {
OrderID int64 `json:"order_id"`
}
type GetCart struct {
Items []Item `json:"items"`
TotalPrice uint32 `json:"total_price"`
}
type Item struct {
SkuID int64 `json:"sku_id"`
Name string `json:"name"`
Count uint16 `json:"count"`
Price uint32 `json:"price"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.