Versions in this module Expand all Collapse all v3 v3.8.1 Jun 6, 2020 v3.8.0 Jun 5, 2020 Changes in this version + const EnvClientID + const EnvClientSecret + const EnvPollingInterval + const EnvPropagationTimeout + const EnvStackID + const EnvTTL + type Config struct + ClientID string + ClientSecret string + PollingInterval time.Duration + PropagationTimeout time.Duration + StackID string + TTL int + func NewDefaultConfig() *Config + type DNSProvider struct + BaseURL *url.URL + 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 ErrorResponse struct + Code int + Message string + func (e *ErrorResponse) Error() string + type Record struct + Data string + ID string + Name string + TTL int + Type string + type Records struct + Records []Record + type Zone struct + Domain string + ID string + type Zones struct + Zones []Zone v3.7.1-cert-manager Jun 5, 2020 Other modules containing this package github.com/controlplanecom/lego