(context.Context, *config.Config)
| 26 | |
| 27 | type ResultProcessor interface { |
| 28 | Pairs(context.Context, *config.Config) []OutputPair |
| 29 | ProcessResult(context.Context, config.CombinedSettings, OutputPair, *compiler.Result) error |
| 30 | } |
| 31 |
no outgoing calls
no test coverage detected