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

Struct buildModule

pkg/buildpack/buildpack.go:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type buildModule struct {
53 descriptor Descriptor
54 Blob `toml:"-"`
55}
56
57func (b *buildModule) Descriptor() Descriptor {
58 return b.descriptor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected