Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1990)

Unified Diff: provider/manual/environ.go

Issue 97400043: Change StopInstances to take []instance.Id
Patch Set: Change StopInstances to take []instance.Id Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « provider/maas/util_test.go ('k') | provider/openstack/local_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: provider/manual/environ.go
=== modified file 'provider/manual/environ.go'
--- provider/manual/environ.go 2014-05-06 16:08:51 +0000
+++ provider/manual/environ.go 2014-05-14 02:59:53 +0000
@@ -70,7 +70,7 @@
return nil, nil, nil, errNoStartInstance
}
-func (*manualEnviron) StopInstances([]instance.Instance) error {
+func (*manualEnviron) StopInstances(...instance.Id) error {
return errNoStopInstance
}
« no previous file with comments | « provider/maas/util_test.go ('k') | provider/openstack/local_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b