Versions in this module Expand all Collapse all v4 v4.18.1 Sep 18, 2024 Changes in this version + const EnvAccount + const EnvBaseURL + const EnvHTTPTimeout + const EnvPasswordOS + const EnvPollingInterval + const EnvProjectID + const EnvPropagationTimeout + const EnvTTL + const EnvUsernameOS + type Config struct + Account string + BaseURL string + HTTPClient *http.Client + Password string + PollingInterval time.Duration + ProjectID string + PropagationTimeout time.Duration + TTL int + Username string + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func (p *DNSProvider) CleanUp(domain, _, keyAuth string) error + func (p *DNSProvider) Present(domain, _, keyAuth string) error + func (p *DNSProvider) Timeout() (timeout, interval time.Duration)