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

Unified Diff: charm/charm.go

Issue 90130044: Implements "juju actions <service>".
Patch Set: Created 10 years, 11 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
Index: charm/charm.go
=== modified file 'charm/charm.go'
--- charm/charm.go 2014-04-17 00:19:01 +0000
+++ charm/charm.go 2014-04-17 13:59:36 +0000
@@ -18,6 +18,7 @@
type Charm interface {
Meta() *Meta
Config() *Config
+ ActionsSpec() *ActionsSpec
Revision() int
}

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