Add config settings for combined axis.
This commit is contained in:
parent
49292ff13f
commit
ab8698ea9a
3 changed files with 28 additions and 0 deletions
|
@ -32,6 +32,8 @@ type RuleConfig struct {
|
|||
Name string `yaml:"name,omitempty"`
|
||||
Type string `yaml:"type"`
|
||||
Input RuleTargetConfig `yaml:"input,omitempty"`
|
||||
InputLower RuleTargetConfig `yaml:"input_lower,omitempty"`
|
||||
InputUpper RuleTargetConfig `yaml:"input_upper,omitempty"`
|
||||
Inputs []RuleTargetConfig `yaml:"inputs,omitempty"`
|
||||
Output RuleTargetConfig `yaml:"output"`
|
||||
Modes []string `yaml:"modes,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue