Versions in this module Expand all Collapse all v1 v1.2.1 Nov 5, 2018 v1.2.0 Nov 5, 2018 v1.1.0 Oct 17, 2018 Changes in this version + type Config struct + ClientID string + ClientSecret string + PollingInterval time.Duration + PropagationTimeout time.Duration + StackID string + TTL int + func NewDefaultConfig() *Config + type DNSProvider struct + BaseURL *url.URL + 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 ErrorResponse struct + Code int + Message string + func (e *ErrorResponse) Error() string + type Record struct + Data string + ID string + Name string + TTL int + Type string + type Records struct + Records []Record + type Zone struct + Domain string + ID string + type Zones struct + Zones []Zone