Versions in this module Expand all Collapse all v3 v3.9.0 Sep 1, 2020 v3.8.0 Jul 2, 2020 v3.7.0 May 11, 2020 v3.6.0 Apr 24, 2020 v3.5.0 Mar 15, 2020 Changes in this version + const EnvEndpoint + const EnvHTTPTimeout + const EnvPollingInterval + const EnvPropagationTimeout + const EnvTTL + const EnvToken v3.4.0 Feb 25, 2020 v3.3.0 Jan 9, 2020 Changes in this version + type Config struct + Endpoint *url.URL + HTTPClient *http.Client + PollingInterval time.Duration + PropagationTimeout time.Duration + TTL int + Token string + func NewDefaultConfig() *Config + type DNSProvider struct + func NewDNSProvider() (*DNSProvider, error) + func NewDNSProviderConfig(config *Config) (*DNSProvider, error) + func (p *DNSProvider) CleanUp(domain, token, keyAuth string) error + func (p *DNSProvider) Present(domain, token, keyAuth string) error + func (p *DNSProvider) Timeout() (timeout, interval time.Duration) + type Domain struct + ID int + Name string + type DomainListingResponse struct + Embedded EmbeddedDomainList + Limit int + Page int + Pages int + Total int + type DomainResponse struct + Active bool + Created string + ID int + Name string + PaidUp string + type EmbeddedDomainList struct + Domains []*Domain + type EmbeddedRecordList struct + Records []*Record + type Nameserver struct + Name string + type NameserverGeneral struct + IPv4 string + IPv6 string + IncludeWWW bool + type NameserverResponse struct + General NameserverGeneral + Nameservers []*Nameserver + SOA NameserverSOA + type NameserverSOA struct + Expiry int + Mail string + Refresh int + Retry int + TTL int + type Record struct + Name string + Priority int + TTL int + Type string + Value string + type RecordListingResponse struct + Embedded EmbeddedRecordList + Limit int + Page int + Pages int + Total int Other modules containing this package github.com/go-acme/lego/v4