github.com/phobos182/packer@v0.2.3-0.20130819023704-c84d2aeffc68/builder/vmware/host_ip.go (about) 1 package vmware 2 3 // Interface to help find the host IP that is available from within 4 // the VMware virtual machines. 5 type HostIPFinder interface { 6 HostIP() (string, error) 7 }