templates

package
v0.92.13 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MIT Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Templates = &T{
	Common: mustFSSub("templates/common"),
	Components: map[v2.ComponentKind]fs.FS{
		v2.ComponentKindTerraform: mustFSSub("templates/component/terraform"),
	},
	Env:              mustFSSub("templates/env"),
	Module:           mustFSSub("templates/module"),
	ModuleInvocation: mustFSSub("templates/module-invocation"),
	Repo:             mustFSSub("templates/repo"),
	TravisCI:         mustFSSub("templates/travis-ci"),
	CircleCI:         mustFSSub("templates/circleci"),
	GitHubActionsCI:  mustFSSub("templates/.github"),
	TFE:              mustFSSub("templates/tfe"),
}

Functions

This section is empty.

Types

type T

type T struct {
	Common           fs.FS
	Components       map[v2.ComponentKind]fs.FS
	Env              fs.FS
	Module           fs.FS
	ModuleInvocation fs.FS
	Repo             fs.FS
	TravisCI         fs.FS
	CircleCI         fs.FS
	GitHubActionsCI  fs.FS
	TFE              fs.FS
}

Jump to

Keyboard shortcuts

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