Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
DefaultResolver is a Resolver that uses the default Resolver from the net package.
Functions ¶
This section is empty.
Types ¶
type Resolver ¶
type Resolver struct { // Holds the functions to use for DNS lookups LookupSRV func(string, string, string) (string, []*net.SRV, error) LookupTXT func(string) ([]string, error) }
Resolver resolves DNS records.
func (*Resolver) GetConnectionArgsFromTXT ¶
GetConnectionArgsFromTXT gets the TXT record associated with the host and returns the connection arguments.
Click to show internal directories.
Click to hide internal directories.