Beispiel #1
0
func init() {
	iaas.Register("fake", &fakeIaas{})
}
Beispiel #2
0
func init() {
	iaas.Register("docker-machine", &dmIaas{})
}