Versions in this module Expand all Collapse all v2 v2.0.0 Apr 21, 2025 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) v2.0.0-debug Apr 21, 2025 Other modules containing this package github.com/harness/nektos-act