Versions in this module Expand all Collapse all v1 v1.1.1 Sep 5, 2019 v1.1.0 Aug 13, 2019 Changes in this version + var DefaultResolver = &Resolver + type Resolver struct + LookupSRV func(string, string, string) (string, []*net.SRV, error) + LookupTXT func(string) ([]string, error) + func (r *Resolver) GetConnectionArgsFromTXT(host string) ([]string, error) + func (r *Resolver) ParseHosts(host string, stopOnErr bool) ([]string, error)