big refactor and testing
This commit is contained in:
parent
a2ed11b2fb
commit
d6b1b90034
26 changed files with 908 additions and 70 deletions
12
agent/software/structs.go
Normal file
12
agent/software/structs.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package software
|
||||
|
||||
type SoftwareList struct {
|
||||
Name string `json:"name"`
|
||||
Version string `json:"version"`
|
||||
Publisher string `json:"publisher"`
|
||||
InstallDate string `json:"install_date"`
|
||||
Size string `json:"size"`
|
||||
Source string `json:"source"`
|
||||
Location string `json:"location"`
|
||||
Uninstall string `json:"uninstall"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue