Versions in this module Expand all Collapse all v4 v4.17.6 Jul 4, 2024 v4.17.5 Jul 4, 2024 v4.17.4 Jul 4, 2024 Changes in this version + const EnvAllowPrivateZone + const EnvDebug + const EnvPollingInterval + const EnvProject + const EnvPropagationTimeout + const EnvServiceAccount + const EnvTTL + const EnvZoneID + type Config struct + AllowPrivateZone bool + Debug bool + HTTPClient *http.Client + PollingInterval time.Duration + Project string + PropagationTimeout time.Duration + TTL int + ZoneID string + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func NewDNSProviderCredentials(project string) (*DNSProvider, error) + func NewDNSProviderServiceAccount(saFile string) (*DNSProvider, error) + func NewDNSProviderServiceAccountKey(saKey []byte) (*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)