Versions in this module Expand all Collapse all v1 v1.2.1 Nov 5, 2018 Changes in this version + type APIKeyCredentials struct + APIKey string + Username string + type Access struct + ServiceCatalog []ServiceCatalog + Token Token + type Auth struct + type AuthData struct + type Config struct + APIKey string + APIUser string + BaseURL 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 NewDNSProviderCredentials(user, key string) (*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 Endpoint struct + PublicURL string + TenantID string + type HostedZone struct + ID int + Name string + type Identity struct + Access Access + type Record struct + Data string + ID string + Name string + TTL int + Type string + type Records struct + Record []Record + type ServiceCatalog struct + Endpoints []Endpoint + Name string + type Token struct + ID string + type ZoneSearchResponse struct + HostedZones []HostedZone + TotalEntries int Incompatible versions in this module v2.7.2+incompatible Jul 31, 2019