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

Struct errorBuildModule

pkg/buildpack/buildpack_test.go:952–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950}
951
952type errorBuildModule struct {
953}
954
955func (eb *errorBuildModule) Open() (io.ReadCloser, error) {
956 return nil, errors.New("something happened opening the build module")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected