From 200e2f0328b6cfc6965d5399d7750df19eec6144 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Mon, 7 Aug 2017 14:14:47 +0100 Subject: completed refactoring from tags to commands --- types.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'types.go') 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 -- cgit v1.2.3