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

Unified Diff: state/api/client.go

Issue 9896046: state/api: Machiner API facade (Closed)
Patch Set: state/api: Machiner API facade Created 11 years, 9 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 | « state/api/apierror.go ('k') | state/api/machine.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/api/client.go
=== modified file 'state/api/client.go'
--- state/api/client.go 2013-05-24 19:03:39 +0000
+++ state/api/client.go 2013-06-03 16:02:13 +0000
@@ -14,6 +14,11 @@
st *State
}
+// MachineInfo holds information about a machine.
+type MachineInfo struct {
+ InstanceId string // blank if not set.
+}
+
// Status holds information about the status of a juju environment.
type Status struct {
Machines map[string]MachineInfo
« no previous file with comments | « state/api/apierror.go ('k') | state/api/machine.go » ('j') | no next file with comments »

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