workflowrefs

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NamespaceVars    = "vars"
	NamespaceRuntime = "runtime"
)

Variables

This section is empty.

Functions

func TemplateNamespacePaths

func TemplateNamespacePaths(input string, namespace string) ([]string, error)

func TemplateNamespaceRoots

func TemplateNamespaceRoots(input string, namespace string) ([]string, error)

func ValueNamespacePaths

func ValueNamespacePaths(value any, namespace string) ([]string, error)

func ValueNamespaceRoots

func ValueNamespaceRoots(value any, namespace string) ([]string, error)

func WhenNamespacePaths

func WhenNamespacePaths(expr string, namespace string) ([]string, error)

func WhenNamespaceRoots

func WhenNamespaceRoots(expr string, namespace string) ([]string, error)

Types

type Reference

type Reference struct {
	Namespace string
	Path      string
	Root      string
}

func TemplateReferences

func TemplateReferences(input string) ([]Reference, error)

func ValueTemplateReferences

func ValueTemplateReferences(value any) ([]Reference, error)

func WhenReferences

func WhenReferences(expr string) ([]Reference, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL