pipeline

package
v0.11.4 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Path

type Path []*Pipeline

func (Path) Add

func (g Path) Add(pipeline Pipeline) Path

func (Path) Copy

func (g Path) Copy() Path

func (Path) ID

func (g Path) ID() string

func (Path) Name

func (g Path) Name() string

func (Path) String

func (g Path) String() string

type Pipeline

type Pipeline struct {
	Name        string `json:"name"`
	Description string `json:"description,omitempty"`
	Weak        bool   `json:"weak,omitempty"`
}

type Pipelineable added in v0.8.0

type Pipelineable interface {
	PipelinePath() Path
}

Pipelineable is any object which can return a pipeline.Path.

Jump to

Keyboard shortcuts

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