struct annotations

This commit is contained in:
nquidox 2026-04-02 18:01:03 +03:00
parent 8ede019f4b
commit 792ce2d08b

View file

@ -6,7 +6,7 @@ type Task struct {
}
type Result struct {
MerchUuid string
OriginName string
Price int32
MerchUuid string `json:"merch_uuid"`
OriginName string `json:"origin_name"`
Price int32 `json:"price"`
}