merch provider

This commit is contained in:
nquidox 2026-03-08 14:07:00 +03:00
parent 9ddeefd34b
commit 03bcda8eab
4 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,12 @@
package common
type Task struct {
MerchUuid string
Origins map[string]string
}
type Result struct {
MerchUuid string
OriginName string
Price int32
}