package
0.69.0
Repository: https://github.com/tektoncd/pipeline.git
Documentation: pkg.go.dev

# Functions

LooksLikeResultRef attempts to check if the given string looks like it contains any result references.
ParseResultName parse the input string to extract resultName and result index.
ParseStepExpression parses the input string and searches for the use of step result usage.
ParseTaskExpression parses the input string and searches for the use of task result usage.

# Constants

ResultFinallyPart Constant used to define the "finally" part of a pipeline result reference.
ResultResultPart Constant used to define the "results" part of a pipeline result reference.
ResultStepPart Constant used to define the "steps" part of a step result reference.
ResultTaskPart Constant used to define the "tasks" part of a pipeline result reference.

# Variables

StepResultRegex compiles the regex pattern for the usage of step results.

# Structs

ParsedResult captures the task/step name, result name, type, array idx (in case of array result) and object key (in case of an object result).