editAndAddRoutePreProcessor is a test preprocessor that both transforms routes and adds additional routes, similar to OAuth Grant preprocessor behavior
| 285 | // editAndAddRoutePreProcessor is a test preprocessor that both transforms routes |
| 286 | // and adds additional routes, similar to OAuth Grant preprocessor behavior |
| 287 | type editAndAddRoutePreProcessor struct{} |
| 288 | |
| 289 | func (p *editAndAddRoutePreProcessor) Do(routes []*eskip.Route) []*eskip.Route { |
| 290 | result := make([]*eskip.Route, len(routes)) |
nothing calls this directly
no outgoing calls
no test coverage detected