This commit is contained in:
shoopea 2020-08-08 12:42:00 +02:00
parent ec489436e9
commit 2e96959298

1
def.go
View File

@ -627,6 +627,7 @@ type JobPayloadVaultValTab struct {
Quantity int64 `json:"quantity"`
Volume int64 `json:"volume"`
Price float64 `json:"price"`
Weight int64 `json:"weight"`
}
type JobPayloadGetVault struct {