(ctx context.Context, host string)
| 39 | LookupMX(ctx context.Context, name string) ([]*net.MX, error) |
| 40 | LookupTXT(ctx context.Context, name string) ([]string, error) |
| 41 | LookupIPAddr(ctx context.Context, host string) ([]net.IPAddr, error) |
| 42 | } |
| 43 | |
| 44 | // LookupAddr is a convenience wrapper for Resolver.LookupAddr. |