Versions in this module Expand all Collapse all v4 v4.9.11 Feb 21, 2023 Changes in this version + const EnvAPIKey + const EnvHTTPTimeout + const EnvPollingInterval + const EnvPropagationTimeout + const EnvTTL + const EnvUser + type APIKeyCredentials struct + APIKey string + Username string + type Access struct + ServiceCatalog []ServiceCatalog + Token Token + type Auth struct + type AuthData struct + type Config struct + APIKey string + APIUser string + BaseURL string + HTTPClient *http.Client + PollingInterval time.Duration + PropagationTimeout time.Duration + TTL int + 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) + type Endpoint struct + PublicURL string + TenantID string + type HostedZone struct + ID string + Name string + type Identity struct + Access Access + type Record struct + Data string + ID string + Name string + TTL int + Type string + type Records struct + Record []Record + type ServiceCatalog struct + Endpoints []Endpoint + Name string + type Token struct + ID string + type ZoneSearchResponse struct + HostedZones []HostedZone + TotalEntries int Other modules containing this package github.com/reinismu/lego