# Functions
No description provided by the author
NewDialer initialize and return the dialer instance.
WithCache returns the functional option to set the cache.
WithDialerKeepAlive returns the functional option to set the DialerKeepAlive.
WithDialerTimeout returns the functional option to set the DialerTimeout.
WithDisableDialerDualStack returns the functional option to disable DialerDualStack.
WithDisableDNSCache returns the functional option to disable DNSCache.
WithDNSCacheExpiration returns the functional option to set the DNSCacheExpiration.
WithDNSRefreshDuration returns the functional option to set the DNSRefreshDuration.
WithEnableDialerDualStack returns the functional option to enable DialerDualStack.
WithEnableDNSCache returns the functional option to enable DNSCache.
WithTLS returns the functional option to set the DialerTLS.
# Constants
No description provided by the author
# Interfaces
Dialer is an interface to get the dialer instance to connect to an address.
# Type aliases
DialerOption represent the functional option for dialer.