Versions in this module Expand all Collapse all v4 v4.15.1 Feb 17, 2024 Changes in this version + const EnvAPIToken + const EnvPollingInterval + const EnvProjectID + const EnvPropagationTimeout + const EnvTTL + type Config struct + PollingInterval time.Duration + ProjectID string + PropagationTimeout time.Duration + TTL int + Token string + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func (d *DNSProvider) CleanUp(domain, token, keyAuth string) error + func (d *DNSProvider) Present(domain, token, keyAuth string) error + func (d *DNSProvider) Timeout() (timeout, interval time.Duration)