diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-07-19 11:45:02 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-07-19 11:45:02 +0100 |
commit | 95955f17a38e7f517d4613c004e66d8232073f79 (patch) | |
tree | 0a1b5ce81e3d449475ff70149033f8d2450434ce /types.go | |
parent | 40c8aae58491b07adb05d348d1ddf86ce5ec2be8 (diff) |
tag checking and validation complete.
Diffstat (limited to 'types.go')
-rw-r--r-- | types.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |