Update download.go
This commit is contained in:
@@ -13,10 +13,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type exchangeRequest struct {
|
type exchangeRequest struct {
|
||||||
Code string `json:"code"`
|
Code string `json:"code"`
|
||||||
HostFingerprint string `json:"host_fingerprint"`
|
HostFingerprint string `json:"host_fingerprint"`
|
||||||
Hostname string `json:"hostname"`
|
Hostname string `json:"hostname"`
|
||||||
RequestedAction string `json:"requested_action,omitempty"`
|
RequestedAction string `json:"requested_action,omitempty"`
|
||||||
RequestedPackage string `json:"requested_package,omitempty"`
|
RequestedPackage string `json:"requested_package,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user