BuildpackInfoKey contains all information needed to determine buildpack equivalence.
| 54 | |
| 55 | // BuildpackInfoKey contains all information needed to determine buildpack equivalence. |
| 56 | type BuildpackInfoKey struct { |
| 57 | ID string |
| 58 | Version string |
| 59 | } |
| 60 | |
| 61 | type BuilderInspectionConfig struct { |
| 62 | OrderDetectionDepth int |
nothing calls this directly
no outgoing calls
no test coverage detected