func NewDriver(hostName, storePath string) drivers.Driver {
	return drivers.NewDriverNotSupported("parallels", hostName, storePath)
}
예제 #2
0
파일: fusion.go 프로젝트: MerlinDMC/machine
func NewDriver(hostName, storePath string) drivers.Driver {
	return drivers.NewDriverNotSupported("vmwarefusion", hostName, storePath)
}