Versions in this module Expand all Collapse all v3 v3.8.88 Aug 2, 2020 v3.8.77 Aug 2, 2020 Changes in this version + const EnvClientID + const EnvClientSecret + const EnvMetadataEndpoint + const EnvPollingInterval + const EnvPropagationTimeout + const EnvResourceGroup + const EnvSubscriptionID + const EnvTTL + const EnvTenantID + type Config struct + ClientID string + ClientSecret string + HTTPClient *http.Client + MetadataEndpoint string + PollingInterval time.Duration + PropagationTimeout time.Duration + ResourceGroup string + SubscriptionID string + TTL int + TenantID 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) Other modules containing this package github.com/luckygo666/lego