scrapper-mandarake/internal/common/struct.go

13 lines
244 B
Go
Raw Permalink Normal View History

2026-04-03 19:06:18 +03:00
package common
type Task struct {
MerchUuid string `json:"merch_uuid"`
Link string `json:"link"`
}
type Result struct {
MerchUuid string `json:"merch_uuid"`
OriginName string `json:"origin_name"`
Price int32 `json:"price"`
}