local

package
v0.55.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LocalRenderer

type LocalRenderer struct {
	Logger log.Logger
	Fs     afero.Afero
}

func (*LocalRenderer) Execute

func (r *LocalRenderer) Execute(
	asset api.LocalAsset,
	meta api.ReleaseMetadata,
	templateContext map[string]interface{},
	configGroups []libyaml.ConfigGroup,
) func(ctx context.Context) error

type Renderer

type Renderer interface {
	Execute(
		asset api.LocalAsset,
		meta api.ReleaseMetadata,
		templateContext map[string]interface{},
		configGroups []libyaml.ConfigGroup,
	) func(ctx context.Context) error
}

func NewRenderer

func NewRenderer(
	logger log.Logger,
	fs afero.Afero,
) Renderer

Jump to

Keyboard shortcuts

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