Add worker pool to parallelize analyses

This commit is contained in:
CrazyMax
2019-06-09 19:43:48 +02:00
parent 4742827709
commit 4614a7568d
10 changed files with 178 additions and 71 deletions

View File

@@ -2,6 +2,7 @@ package model
// Watch holds data necessary for watch configuration
type Watch struct {
Workers int `yaml:"int,omitempty"`
Schedule string `yaml:"schedule,omitempty"`
Os string `yaml:"os,omitempty"`
Arch string `yaml:"arch,omitempty"`