コード例 #1
0
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)
}