Versions in this module Expand all Collapse all v4 v4.9.11 Feb 21, 2023 Changes in this version + type Access struct + Token Token + type Auth struct + PasswordCredentials PasswordCredentials + TenantID string + type Client struct + func NewClient(region string, auth Auth, httpClient *http.Client) (*Client, error) + func (c *Client) CreateRecord(domainID string, record Record) error + func (c *Client) DeleteRecord(domainID, recordID string) error + func (c *Client) GetDomainID(domainName string) (string, error) + func (c *Client) GetRecordID(domainID, recordName, recordType, data string) (string, error) + type Domain struct + ID string + Name string + type DomainListResponse struct + Domains []Domain + type IdentityRequest struct + Auth Auth + type IdentityResponse struct + Access Access + type PasswordCredentials struct + Password string + Username string + type Record struct + Data string + ID string + Name string + TTL int + Type string + type RecordListResponse struct + Records []Record + type Token struct + ID string Other modules containing this package github.com/reinismu/lego