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

Unified Diff: state/api/params/params.go

Issue 8532043: Augment ServiceGetResults
Patch Set: Augment ServiceGetResults Created 11 years, 12 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 | « cmd/juju/get.go ('k') | state/apiserver/api_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « cmd/juju/get.go ('k') | state/apiserver/api_test.go » ('j') | no next file with comments »

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