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

Unified Diff: environs/interface.go

Issue 6844103: state: add InstanceId type
Patch Set: state: add InstanceId type Created 12 years, 4 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 | « environs/ec2/state.go ('k') | environs/jujutest/livetests.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: environs/interface.go
=== modified file 'environs/interface.go'
--- environs/interface.go 2012-11-28 14:48:45 +0000
+++ environs/interface.go 2012-11-28 17:57:23 +0000
@@ -35,7 +35,7 @@
// Instance represents the provider-specific notion of a machine.
type Instance interface {
// Id returns a provider-generated identifier for the Instance.
- Id() string
+ Id() state.InstanceId
// DNSName returns the DNS name for the instance.
// If the name is not yet allocated, it will return
@@ -168,7 +168,7 @@
// some but not all the instances were found, the returned slice
// will have some nil slots, and an ErrPartialInstances error
// will be returned.
- Instances(ids []string) ([]Instance, error)
+ Instances(ids []state.InstanceId) ([]Instance, error)
// AllInstances returns all instances currently known to the
// environment.
« no previous file with comments | « environs/ec2/state.go ('k') | environs/jujutest/livetests.go » ('j') | no next file with comments »

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