runservice config: set executor labels

This commit is contained in:
Simone Gotti 2019-04-17 15:25:11 +02:00
parent d3f658c5ad
commit d3e95ba665
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ type RunServiceExecutor struct {
ToolboxPath string `yaml:"toolboxPath"` ToolboxPath string `yaml:"toolboxPath"`
Web Web `yaml:"web"` Web Web `yaml:"web"`
Labels map[string]string `yaml:"labels"`
} }
type ConfigStore struct { type ConfigStore struct {