Esempio n. 1
0
File: cmd.go Progetto: yun-an/deis
// ListMachines prints a list of current hosts.
func ListMachines(b backend.Backend) error {
	return b.ListMachines()
}