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

Struct pluginsUsed

packer_test/common/check/gadgets.go:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145type pluginsUsed struct {
146 invert bool
147 plugins []PluginVersionTuple
148}
149
150func (pu pluginsUsed) Check(stdout, stderr string, _ error) error {
151 var opts []GrepOpts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected