Versions in this module Expand all Collapse all v0 v0.1.2 May 3, 2020 v0.1.1 May 3, 2020 v0.1.0 May 3, 2020 Changes in this version + const EnvPassword + const EnvPollingInterval + const EnvPropagationTimeout + const EnvSandbox + const EnvTTL + const EnvUsername + type Config struct + Password string + PollingInterval time.Duration + PropagationTimeout time.Duration + Sandbox bool + TTL int + Username string + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func (d *DNSProvider) CleanUp(domain, token, fqdn, value string) error + func (d *DNSProvider) Present(domain, token, fqdn, value string) error + func (d *DNSProvider) Timeout() (timeout, interval time.Duration)