huge refactor
This commit is contained in:
parent
8d6c2b6687
commit
38829c0179
23 changed files with 544 additions and 141 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue