reproxy/app/discovery
Nikita Shoshin 2b92c11cc9 fix redirects
Before this change redirects didn't work because method `Service.extendMapper` didn't copy
the value of `URLMapper.RedirectType` to the extended result.

To fix this we return the original `URLMapper` instead of creating a new one (it can also help
to avoid similar bugs in the future). We can reuse `URLMapper` because it is passed
by value.
2023-05-13 22:48:22 -05:00
..
provider lint: minor warn on deferred close 2023-02-27 00:00:04 -06:00
discovery_test.go fix redirects 2023-05-13 22:48:22 -05:00
discovery.go fix redirects 2023-05-13 22:48:22 -05:00
provider_mock.go switch events to provider id, delay repsponse 2021-04-12 02:09:34 -05:00