Versions in this module Expand all Collapse all v4 v4.12.0 Dec 19, 2023 v4.11.2 Dec 13, 2023 Changes in this version + const EnvFolderID + const EnvIamToken + const EnvPollingInterval + const EnvPropagationTimeout + const EnvTTL + type Config struct + FolderID string + IamToken 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 (r *DNSProvider) CleanUp(domain, _, keyAuth string) error + func (r *DNSProvider) Present(domain, _, keyAuth string) error + func (r *DNSProvider) Timeout() (timeout, interval time.Duration)