Index: state/api/params/params.go |
=== modified file 'state/api/params/params.go' |
--- state/api/params/params.go 2013-04-08 22:41:29 +0000 |
+++ state/api/params/params.go 2013-04-09 14:25:53 +0000 |
@@ -63,9 +63,10 @@ |
// ServiceGetResults holds results of the ServiceGet call. |
type ServiceGetResults struct { |
- Service string |
- Charm string |
- Settings map[string]interface{} |
+ Service string |
+ Charm string |
+ Config map[string]interface{} |
+ Constraints constraints.Value |
} |
// ServiceUnexpose holds parameters for the ServiceUnexpose call. |