summaryrefslogtreecommitdiff
path: root/action.go
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-03-25 10:34:02 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-03-25 10:34:02 +0100
commit100044871faa0e1de2f62728c3d5b83e1ce41176 (patch)
treee6cf1968d23cba398dae25174567616f45fb53d2 /action.go
parent4a31eda27ed921e8d8b8c705facd554c8fff490c (diff)
New upstream version 1.0.0+git20190319.cf3fc48
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 {