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 EnvEndpoint + const EnvKey + const EnvPollingInterval + const EnvPropagationTimeout + const EnvTTL + const EnvUserID + type Config struct + BaseURL string + Key string + PollingInterval time.Duration + PropagationTimeout time.Duration + TTL int + UserID 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)