MCPcopy Create free account
hub / github.com/buildpacks/pack / BuildpackInfoKey

Struct BuildpackInfoKey

pkg/client/inspect_builder.go:56–59  ·  view source on GitHub ↗

BuildpackInfoKey contains all information needed to determine buildpack equivalence.

Source from the content-addressed store, hash-verified

54
55// BuildpackInfoKey contains all information needed to determine buildpack equivalence.
56type BuildpackInfoKey struct {
57 ID string
58 Version string
59}
60
61type BuilderInspectionConfig struct {
62 OrderDetectionDepth int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected