# Functions
GetDnsProvider creates an instance of the named DNS provider, or nil if the name is not known.
InitDnsProvider creates an instance of the named DNS provider.
RegisterDnsProvider registers a dnsprovider.Factory by name.
Returns a list of registered dns providers.
# Interfaces
Interface is an abstract, pluggable interface for DNS providers.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Factory is a function that returns a dnsprovider.Interface.