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

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

Issue 7444052: Add a CharmInfo API command.
Patch Set: Add a CharmInfo API command. Created 11 years 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/apiclient.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-03-06 19:13:26 +0000
+++ state/api/params/params.go 2013-03-06 20:37:06 +0000
@@ -70,3 +70,8 @@
// that may be associated with a user in the
// future.
}
+
+// CharmInfo stores parameters for a CharmInfo call.
+type CharmInfo struct {
+ CharmURL string
+}
« no previous file with comments | « state/api/apiclient.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