Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2020 Changes in this version + type Config struct + APIEndpoint string + ApplicationKey string + ApplicationSecret string + ConsumerKey string + HTTPClient *http.Client + 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) + type Record struct + FieldType string + ID int + SubDomain string + TTL int + Target string + Zone string