pipeline

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: May 2, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NewPipeline = func() []Piper {
	return []Piper{
		istty.Pipe{},
		ui.Pipe{},
	}
}

Functions

This section is empty.

Types

type Piper

type Piper interface {
	fmt.Stringer

	// Run the pipe
	Run(ctx *context.Context) error
}

Jump to

Keyboard shortcuts

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