pipeline

package
v1.8.3 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2022 License: MIT Imports: 31 Imported by: 0

Documentation

Overview

Package pipeline provides generic erros for pipes to use.

Index

Constants

This section is empty.

Variables

View Source
var BuildCmdPipeline = append(BuildPipeline, metadata.Pipe{})

BuildCmdPipeline is the pipeline run by goreleaser build. nolint:gochecknoglobals

BuildPipeline contains all build-related pipe implementations in order. nolint:gochecknoglobals

Pipeline contains all pipe implementations in order. nolint: gochecknoglobals

Functions

This section is empty.

Types

type Piper added in v0.86.1

type Piper interface {
	fmt.Stringer

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

Piper defines a pipe, which can be part of a pipeline (a series of pipes).

Jump to

Keyboard shortcuts

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