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

Struct fileGlob

packer_test/common/check/file_gadgets.go:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38type fileGlob struct {
39 filepath string
40}
41
42func (fe fileGlob) Check(_, _ string, _ error) error {
43 matches, err := filepath.Glob(fe.filepath)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected