package
Version:
v0.0.0-...-cd81d71
Opens a new window with list of versions in this module.
Published: Jan 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Product struct {
ID string `json:"id"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
Name string `json:"name"`
Description string `json:"description"`
Price int64 `json:"price"`
Category string `json:"category"`
Features []string `json:"features"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.