Versions in this module Expand all Collapse all v3 v3.3.4 Sep 30, 2024 Changes in this version + var ConditionTypes = map[string]ConditionType + type ConditionType int + const ANDCondition + const ORCondition + type Matcher struct + Condition string + Name stringslice.StringSlice + Subtemplates []*WorkflowTemplate + func (matcher *Matcher) Compile() error + func (matcher *Matcher) Match(result *operators.Result) bool + type ProtocolExecuterPair struct + Executer protocols.Executer + Options *protocols.ExecutorOptions + TemplateType templateTypes.ProtocolType + type Workflow struct + Options *protocols.ExecutorOptions + Workflows []*WorkflowTemplate + type WorkflowTemplate struct + Executers []*ProtocolExecuterPair + Matchers []*Matcher + Subtemplates []*WorkflowTemplate + Tags stringslice.StringSlice + Template string