package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Apr 14, 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 Product struct {
ID int `json:"id"`
Name string `json:"name"`
Price int `json:"price"`
Tag string `json:"tag"`
}
type ProductQuery struct {
Page int `query:"page"`
PageSize int `query:"page_size"`
Sort string `query:"sort"`
Tag string `query:"tag"`
}
ProductQuery defines query parameters for the product list endpoint.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.