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 + HostedZoneID string + MaxRetries int + PollingInterval time.Duration + PropagationTimeout time.Duration + TTL int + func NewDefaultConfig() *Config type DNSProvider + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func (d *DNSProvider) Timeout() (timeout, interval time.Duration) v1.0.1 May 31, 2018 v1.0.0 May 31, 2018 Changes in this version + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func (r *DNSProvider) CleanUp(domain, token, keyAuth string) error + func (r *DNSProvider) Present(domain, token, keyAuth string) error Other modules containing this package gopkg.in/xenolf/lego.v0