package created
This commit is contained in:
parent
e249e23410
commit
ca36d84a03
4 changed files with 144 additions and 0 deletions
12
internal/taskAgent/struct.go
Normal file
12
internal/taskAgent/struct.go
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue