diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-08-07 14:14:47 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-08-07 14:14:47 +0100 |
commit | 200e2f0328b6cfc6965d5399d7750df19eec6144 (patch) | |
tree | 147de793fd1a02eafbadbdd667a848bca074543b /types.go | |
parent | b31fe15e0d13f9064e26b117541633496c0c3307 (diff) |
completed refactoring from tags to commands0.3
Diffstat (limited to 'types.go')
-rw-r--r-- | types.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |