package
1.39.0
Repository: https://github.com/containers/buildah.git
Documentation: pkg.go.dev

# Functions

NewParse creates a new tagged template with the basic functions and parses the given format.
Parse creates a new anonymous template with the basic functions and parses the given format.

# Constants

IDString const to save on duplicates for Go templates.
JSONString const to save on duplicate variable names.

# Structs

JSONStruct for JSON output.
JSONStructArray for JSON output.
StdoutTemplate for Go template output.
StdoutTemplateArray for Go template output.
YAMLStruct for YAML output.

# Interfaces

Writer interface for outputs.