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 |