summaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2017-08-07 14:14:47 +0100
committerKatolaZ <katolaz@freaknet.org>2017-08-07 14:14:47 +0100
commit200e2f0328b6cfc6965d5399d7750df19eec6144 (patch)
tree147de793fd1a02eafbadbdd667a848bca074543b /types.go
parentb31fe15e0d13f9064e26b117541633496c0c3307 (diff)
completed refactoring from tags to commands0.3
Diffstat (limited to 'types.go')
-rw-r--r--types.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/types.go b/types.go
index 517528b..795e82f 100644
--- a/types.go
+++ b/types.go
@@ -34,9 +34,9 @@ type action struct {
// commandCfg represents a command configured on the server side
type commandCfg struct {
- Name string `yaml:"t_name"`
- Keyrings []string `yaml:"t_keyrings"`
- Actions []action `yaml:"t_actions"`
+ Name string `yaml:"c_name"`
+ Keyrings []string `yaml:"c_keyrings"`
+ Actions []action `yaml:"c_actions"`
}
// workerCfg represents the static configuration of a worker