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