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

Struct SourceParser

command/hcl2_upgrade.go:1240–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1238}
1239
1240type SourceParser struct {
1241 Builders []*template.Builder
1242 BuilderPlugins packer.BuilderSet
1243 WithAnnotations bool
1244 out []byte
1245}
1246
1247func (p *SourceParser) Parse(tpl *template.Template) error {
1248 if p.out == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected