Versions in this module Expand all Collapse all v4 v4.0.2 Jun 12, 2023 Changes in this version + const EnvAccessKeyID + const EnvDNSEndpoint + const EnvHTTPTimeout + const EnvPollingInterval + const EnvPropagationTimeout + const EnvSecretAccessKey + const EnvTTL + type Config struct + AccessKey string + BaseURL string + HTTPClient *http.Client + PollingInterval time.Duration + PropagationTimeout time.Duration + SecretKey string + TTL int + 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)