Versions in this module Expand all Collapse all v0 v0.246.3 Jul 2, 2023 Changes in this version + func Filter(sequence []*WorkflowPattern, input []string, traceWriter TraceWriter) bool + func PatternToRegex(pattern string) (string, error) + func Skip(sequence []*WorkflowPattern, input []string, traceWriter TraceWriter) bool + type EmptyTraceWriter struct + func (*EmptyTraceWriter) Info(string, ...interface{}) + type StdOutTraceWriter struct + func (*StdOutTraceWriter) Info(format string, args ...interface{}) + type TraceWriter interface + Info func(string, ...interface{}) + type WorkflowPattern struct + Negative bool + Pattern string + Regex *regexp.Regexp + func CompilePattern(rawpattern string) (*WorkflowPattern, error) + func CompilePatterns(patterns ...string) ([]*WorkflowPattern, error)