pipeline

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package pipeline stores the top-level pipeline and Piper interface used by most pipes

Index

Constants

This section is empty.

Variables

View Source
var Pipeline = []Piper{
	env.Pipe{},
	git.Pipe{},
	semver.Pipe{},
	template.Pipe{},
	defaults.Pipe{},
	publish.Pipe{},
}

Pipeline contains all pipe implementations in order nolint: gochecknoglobals

Functions

This section is empty.

Types

type Piper

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 serie of pipes).

Jump to

Keyboard shortcuts

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