template

package
v0.10.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package template provides the ability for Vela to render a templated yaml configuration into an executable pipeline.

Usage:

import "github.com/go-vela/compiler/template"

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine interface {
	// RenderBuild defines a function that combines
	// the template with the build.
	RenderBuild(template string, step *yaml.Step) (yaml.StepSlice, error)
	// RenderStep defines a function that combines
	// the template with the step.
	RenderStep(template string, step *yaml.Step) (yaml.StepSlice, error)
}

Engine represents the interface for Vela integrating with the different supported template engines.

Directories

Path Synopsis
Package native provides the ability for Vela to render a templated yaml configuration into an executable pipeline.
Package native provides the ability for Vela to render a templated yaml configuration into an executable pipeline.

Jump to

Keyboard shortcuts

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