github.com/ttysteale/packer@v0.8.2-0.20150708160520-e5f8ea386ed8/builder/parallels/common/host_ip.go (about)

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