package
Version:
v0.0.0-...-e9ec6a3
Opens a new window with list of versions in this module.
Published: Apr 9, 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 SaleItemDTO struct {
ProductID string `validate:"required,uuid" json:"product_id"`
Quantity uint32 `validate:"required,min=1" json:"quantity"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.