Versions in this module Expand all Collapse all v3 v3.20.0 Nov 5, 2020 Changes in this version + const EnvCompartmentOCID + const EnvHTTPTimeout + const EnvPollingInterval + const EnvPrivKeyFile + const EnvPrivKeyPass + const EnvPropagationTimeout + const EnvPubKeyFingerprint + const EnvRegion + const EnvTTL + const EnvTenancyOCID + const EnvUserOCID + type Config struct + CompartmentID string + HTTPClient *http.Client + OCIConfigProvider common.ConfigurationProvider + 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, token, keyAuth string) error + func (d *DNSProvider) Present(domain, token, keyAuth string) error + func (d *DNSProvider) Timeout() (timeout, interval time.Duration)