template

package
v2.0.0-dev2.0...-efbdfda Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: GPL-3.0 Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComposeFile

type ComposeFile struct {
	// contains filtered or unexported fields
}

func (*ComposeFile) Write

func (c *ComposeFile) Write(data any) ([]string, error)

Given a ComposeFile returned by ComposePaths.File, find and parse the .tmpl from the TemplatePath, populate and save to the RuntimePath, and return a slice of compose definitions pertaining to the container (including the override).

type ComposePaths

type ComposePaths struct {
	RuntimePath  string
	TemplatePath string
	OverridePath string
}

func (*ComposePaths) File

func (c *ComposePaths) File(name string) *ComposeFile

type Template

type Template struct {
	// Src is the path on disk to the .tmpl file
	Src string

	// Dst is the path on disk to the output file
	Dst string
}

Template is a wrapper around text/template with filesystem operations baked in.

func (Template) Write

func (t Template) Write(data any) error

func (Template) WriteWithDelims

func (t Template) WriteWithDelims(data any, leftDelim string, rightDelim string) error

Jump to

Keyboard shortcuts

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