| 2072 | } |
| 2073 | |
| 2074 | type staticDNSProviderMock struct { |
| 2075 | resolved []string |
| 2076 | } |
| 2077 | |
| 2078 | func (p *staticDNSProviderMock) Resolve(_ context.Context, addrs []string) error { |
| 2079 | p.resolved = addrs |
nothing calls this directly
no outgoing calls
no test coverage detected