Searched defs:HostReport (Results 1 – 1 of 1) sorted by relevance
28 type HostReport struct { struct29 Path string `json:"path"` // Path to find host tools30 SymLinks int `json:"sym_links"` // Number of symlinks found31 Targets []string `json:"targets"` // Target for tools found