templatepipes

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PipeEngine

type PipeEngine struct {
	// contains filtered or unexported fields
}

func NewPipeEngine

func NewPipeEngine() *PipeEngine

func (*PipeEngine) Execute

func (e *PipeEngine) Execute(input, pipeline string) string

func (*PipeEngine) ListStages

func (e *PipeEngine) ListStages() []string

func (*PipeEngine) RegisterStage

func (e *PipeEngine) RegisterStage(name string, fn PipeStage)

type PipeStage

type PipeStage func(input string, args []string) string

Jump to

Keyboard shortcuts

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