Resolver resolves project imports for one language and can finalize graph-wide state.
| 2 | |
| 3 | // Resolver resolves project imports for one language and can finalize graph-wide state. |
| 4 | type Resolver interface { |
| 5 | ResolveProjectImports(absPath, filePath, ext string) ([]string, error) |
| 6 | FinalizeGraph(graph Graph) error |
| 7 | } |
no outgoing calls
no test coverage detected