From 95955f17a38e7f517d4613c004e66d8232073f79 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 19 Jul 2017 11:45:02 +0100 Subject: tag checking and validation complete. --- types.go | 1 + 1 file changed, 1 insertion(+) (limited to 'types.go') diff --git a/types.go b/types.go index a163640..faf9f6c 100644 --- a/types.go +++ b/types.go @@ -45,6 +45,7 @@ type SCORSHworker_cfg struct { Tagfile string `yaml:"w_tagfile"` Keyrings []string `yaml:"w_keyrings"` Tags []SCORSHtag_cfg `yaml:"w_tags"` + TagKeys map[string]map[string]bool } // State of a worker -- cgit v1.2.3