| 169 | } |
| 170 | |
| 171 | type generator struct { |
| 172 | m sync.Mutex |
| 173 | dir string |
| 174 | output map[string]string |
| 175 | } |
| 176 | |
| 177 | func (g *generator) Pairs(ctx context.Context, conf *config.Config) []OutputPair { |
| 178 | var pairs []OutputPair |
nothing calls this directly
no outgoing calls
no test coverage detected