template

package
v0.23.4 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 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/server/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)
	// Render defines a function that combines
	// the template with the step.
	Render(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