(string)
| 32 | type Manifest interface { |
| 33 | AllDependencyVersions(string) []string |
| 34 | DefaultVersion(string) (libbuildpack.Dependency, error) |
| 35 | GetEntry(libbuildpack.Dependency) (*libbuildpack.ManifestEntry, error) |
| 36 | } |
| 37 |
no outgoing calls
no test coverage detected