MCPcopy
hub / github.com/hashicorp/packer / PostProcessorParser

Struct PostProcessorParser

command/hcl2_upgrade.go:1406–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406type PostProcessorParser struct {
1407 WithAnnotations bool
1408 out []byte
1409}
1410
1411func (p *PostProcessorParser) Parse(tpl *template.Template) error {
1412 if p.out == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected