Documentation ¶
Index ¶
Constants ¶
View Source
const BuilderId = "rickard-von-essen.parallels"
View Source
const KeyLeftShift uint32 = 0xFFE1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostIPFinder ¶
Interface to help find the host IP that is available from within the Parallels virtual machines.
type IfconfigIPFinder ¶
type IfconfigIPFinder struct {
Devices []string
}
IfconfigIPFinder finds the host IP based on the output of `ifconfig`.
func (*IfconfigIPFinder) HostIP ¶
func (f *IfconfigIPFinder) HostIP() (string, error)
Click to show internal directories.
Click to hide internal directories.