change collect scan success address

This commit is contained in:
MaineK00n
2020-10-15 07:48:28 +09:00
parent 6a60064dee
commit 2a98450425
2 changed files with 13 additions and 11 deletions

View File

@@ -181,9 +181,9 @@ type AffectedProcess struct {
// ListenPorts has the result of parsing the port information to the address and port.
type ListenPorts struct {
Address string `json:"address"`
Port string `json:"port"`
OpenStatus bool `json:"openStatus"`
Address string `json:"address"`
Port string `json:"port"`
PortScanSuccessOn []string `json:"portScanSuccessOn"`
}
// NeedRestartProcess keep a processes information affected by software update