summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-03-25 10:34:03 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-03-25 10:34:03 +0100
commitd66a7f569dd59d889444ce3e20572519bc265a79 (patch)
tree94f6214e5d8cd4cff9ec3e8fcfe1570ad5ad1b45 /action.go
parentb7bbdfe227d8e7f5115339d24a2821061452f866 (diff)
parent100044871faa0e1de2f62728c3d5b83e1ce41176 (diff)
Update upstream source from tag 'upstream/1.0.0+git20190319.cf3fc48'
Update to upstream version '1.0.0+git20190319.cf3fc48' with Debian dir 5ef1740d15292328d31cc29d8147fd48f9b2a72d
Diffstat (limited to 'action.go')
-rw-r--r--action.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/action.go b/action.go
index b934e9b..85a4d12 100644
--- a/action.go
+++ b/action.go
@@ -37,6 +37,8 @@ type DebosContext struct {
Origins map[string]string
State DebosState
EnvironVars map[string]string
+ PrintRecipe bool
+ Verbose bool
}
type Action interface {