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 { type Result struct {
MerchUuid string MerchUuid string `json:"merch_uuid"`
OriginName string OriginName string `json:"origin_name"`
Price int32 Price int32 `json:"price"`
} }