package created

This commit is contained in:
nquidox 2026-02-21 16:57:42 +03:00
parent 353dcd6fe6
commit 71e2e1b7b1
5 changed files with 216 additions and 1 deletions

View file

@ -0,0 +1,6 @@
package processor
type task struct {
MerchUuid string `json:"merch_uuid"`
Link string `json:"link"`
}