Versions in this module Expand all Collapse all v4 v4.14.4 Oct 15, 2023 v4.14.3 Oct 15, 2023 v4.8.2 Oct 15, 2023 Changes in this version + const EnvAPIUrl + const EnvHTTPTimeout + const EnvLocationID + const EnvPassportLocation + const EnvPollingInterval + const EnvPropagationTimeout + const EnvTTL + func GetDefaultPassportLocation() (string, error) + type Config struct + APIEndpoint string + HTTPClient *http.Client + LocationID string + PassportLocation string + PollingInterval time.Duration + PropagationTimeout time.Duration + TTL int + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func (d *DNSProvider) CleanUp(domain, _, keyAuth string) error + func (d *DNSProvider) Present(domain, token, keyAuth string) error + func (d *DNSProvider) Timeout() (timeout, interval time.Duration)