github.com/StackPointCloud/packer@v0.10.2-0.20180716202532-b28098e0f79b/builder/parallels/common/host_ip.go (about)

     1  package common
     2  
     3  // HostIPFinder allows to find the host IP that is available from within
     4  // the Parallels virtual machines.
     5  type HostIPFinder interface {
     6  	HostIP() (string, error)
     7  }