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

Struct PostProcessor

post-processor/checksum/post-processor.go:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type PostProcessor struct {
36 config Config
37}
38
39func getHash(t string) hash.Hash {
40 var h hash.Hash

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected