huge refactor

This commit is contained in:
nquidox 2025-10-03 19:17:01 +03:00
parent 8d6c2b6687
commit 38829c0179
23 changed files with 544 additions and 141 deletions

View file

@ -16,5 +16,10 @@ type TaskResponse struct {
type TaskResult struct {
MerchUuid string
Origin string
Price uint32
Price int32
}
type SurugayaTask struct {
MerchUuid string
Link string
}