Golang version to 19 and not required fields #60 (#61)

Co-authored-by: o.tyurin <o.tyurin@corp.mail.ru>
This commit is contained in:
Zloy_Leshiy
2024-01-23 03:14:18 +03:00
committed by GitHub
parent 549a2b9b41
commit a3c9d93adc
3 changed files with 12 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ type Categories struct {
type GetProductTreeParams struct {
// Response language
Language Language `json:"language"`
Language Language `json:"language,omitempty"`
}
type GetProductTreeResponse struct {