Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Probe ¶
type Probe struct { Detected bool `json:"detected"` Name string `json:"name"` Results map[string]bool `json:"results"` // contains filtered or unexported fields }
Probe struct for virt.
func (*Probe) VMware ¶
VMware detects if a system is on VMware hypervisor. TODO: there may be additional scenarios that need to be tested for given the large number of VMware products.
func (*Probe) VirtualBox ¶
VirtualBox detects if a system is on VirtualBox hypervisor. TODO: not implemented yet.