exampleResolver implements both, a fake `resolver.Resolver` and `resolver.Builder`. This resolver sends a hard-coded list of 3 endpoints each with 2 addresses (one IPv4 and one IPv6) to the channel.
| 48 | // `resolver.Builder`. This resolver sends a hard-coded list of 3 endpoints each |
| 49 | // with 2 addresses (one IPv4 and one IPv6) to the channel. |
| 50 | type exampleResolver struct{} |
| 51 | |
| 52 | func (*exampleResolver) Close() {} |
| 53 |
nothing calls this directly
no outgoing calls
no test coverage detected