package
Version:
v0.0.0-...-c91c6ab
Opens a new window with list of versions in this module.
Published: May 21, 2023
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 ProductInput struct {
Name string `json:"name"`
Description *string `json:"description,omitempty"`
Unit string `json:"unit"`
Price float64 `json:"price"`
Stock *float64 `json:"stock,omitempty"`
IsActive *bool `json:"isActive,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.