(libbuildpack.Dependency, string)
| 37 | |
| 38 | type Installer interface { |
| 39 | InstallDependency(libbuildpack.Dependency, string) error |
| 40 | InstallDependencyWithStrip(libbuildpack.Dependency, string, int) error |
| 41 | } |
| 42 |
no outgoing calls
no test coverage detected