Exemplo n.º 1
0
Arquivo: iaas.go Projeto: gwmoura/yati
func init() {
	iaas.Register("fake", &fakeIaas{})
}
Exemplo n.º 2
0
Arquivo: iaas.go Projeto: gwmoura/yati
func init() {
	iaas.Register("docker-machine", &dmIaas{})
}