github.com/tonnydourado/packer@v0.6.1-0.20140701134019-5d0cd9676a37/builder/vmware/iso/host_ip.go (about) 1 package iso 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 }