casting

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2026 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const DeploymentDir = "deployment"

DeploymentDir is the subdirectory within the pours directory where deployment-specific materials (compose files, service units, configs) are written.

Variables

This section is empty.

Functions

This section is empty.

Types

type Casting

type Casting interface {
	// Returns the enricher for the casting.
	Enricher(ctx context.Context, config *v1alpha1.Casting) (molding.MoldingEnricher, error)

	// Generates all the files needed for casting.
	Forge(ctx context.Context, config v1alpha1.Casting, poursPath string) ([]types.Material, error)

	// Runs the forged files.
	Cast(ctx context.Context, config v1alpha1.Casting, poursPath string) error
}

Jump to

Keyboard shortcuts

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