Versions in this module Expand all Collapse all v1 v1.0.1 May 31, 2018 v1.0.0 May 31, 2018 Changes in this version + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderCredentials(project string) (*DNSProvider, error) + func NewDNSProviderServiceAccount(saFile string) (*DNSProvider, error) + func (c *DNSProvider) CleanUp(domain, token, keyAuth string) error + func (c *DNSProvider) Present(domain, token, keyAuth string) error + func (c *DNSProvider) Timeout() (timeout, interval time.Duration)