Versions in this module Expand all Collapse all v1 v1.2.1 Nov 5, 2018 Changes in this version + type Access struct + Token Token + type Auth struct + PasswordCredentials PasswordCredentials + TenantID string + type Client struct + func NewClient(region string, auth Auth, httpClient *http.Client) (*Client, error) + func (c *Client) CreateRecord(domainID string, record Record) error + func (c *Client) DeleteRecord(domainID, recordID string) error + func (c *Client) GetDomainID(domainName string) (string, error) + func (c *Client) GetRecordID(domainID, recordName, recordType, data string) (string, error) + type Config struct + HTTPClient *http.Client + Password string + PollingInterval time.Duration + PropagationTimeout time.Duration + Region string + TTL int + TenantID string + Username string + 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 Domain struct + ID string + Name string + type DomainListResponse struct + Domains []Domain + type IdentityRequest struct + Auth Auth + type IdentityResponse struct + Access Access + type PasswordCredentials struct + Password string + Username string + type Record struct + Data string + ID string + Name string + TTL int + Type string + type RecordListResponse struct + Records []Record + type Token struct + ID string Incompatible versions in this module v2.7.2+incompatible Jul 31, 2019