(ctx context.Context, r Resolver)
| 396 | } |
| 397 | |
| 398 | func WithTestOnlyCoderContextResolver(ctx context.Context, r Resolver) context.Context { |
| 399 | return context.WithValue(ctx, dnsResolverContextKey{}, r) |
| 400 | } |
| 401 | |
| 402 | type dnsResolverContextKey struct{} |
| 403 |
no outgoing calls