pipelines

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package pipelines provides the embedded default library of pipelines linking definition-side workflows to execution-side integrations (see pkg/pipeline).

Pipelines load from embedded YAML with no filesystem access, mirroring the pkg/workflows and pkg/integrations patterns. This package holds data only.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func All

func All() []*pipeline.Pipeline

All returns every registered pipeline, sorted by ID.

func Get

func Get(id string) (*pipeline.Pipeline, error)

Get returns the pipeline with the given ID.

func List

func List() []string

List returns all registered pipeline IDs, sorted.

func Register

func Register(p *pipeline.Pipeline)

Register adds or replaces a pipeline in the registry.

Types

This section is empty.

Jump to

Keyboard shortcuts

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