Documentation ¶ Index ¶ Variables type Resolver Constants ¶ This section is empty. Variables ¶ View Source var ( ErrInvalid = errors.New("resolver is invalid") ) Functions ¶ This section is empty. Types ¶ type Resolver ¶ type Resolver interface { // Resolve returns a slice of the host's IPv4 and IPv6 addresses. // The network should be 'ip', 'ip4' or 'ip6', default network is 'ip'. Resolve(ctx context.Context, network, host string) ([]net.IP, error) } Source Files ¶ View all Source files resolver.go Directories ¶ Show internal Expand all Path Synopsis exchanger impl Click to show internal directories. Click to hide internal directories.