package created

This commit is contained in:
nquidox 2026-02-18 19:57:50 +03:00
parent e249e23410
commit ca36d84a03
4 changed files with 144 additions and 0 deletions

View file

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