The highest tagged major version is
v4 .
Discover Packages
github.com/ChintuIdrive/lego
providers
dns
dnsmadeeasy
internal
package
Version:
v2.7.1+incompatible
Opens a new window with list of versions in this module.
Published: Jul 22, 2019
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types type Client type Domain type Record NewClient(apiKey, apiSecret) (c) CreateRecord(domain, record) (c) DeleteRecord(record) (c) GetDomain(authZone) (c) GetRecords(domain, recordName, recordType)
Documentation
¶
Client DNSMadeEasy client
NewClient creates a DNSMadeEasy client
CreateRecord creates a TXT records
DeleteRecord deletes a TXT records
GetRecords gets all TXT records
type Domain struct {
ID int `json:"id"`
Name string `json:"name"`
}
Domain holds the DNSMadeEasy API representation of a Domain
type Record struct {
ID int `json:"id"`
Type string `json:"type"`
Name string `json:"name"`
Value string `json:"value"`
TTL int `json:"ttl"`
SourceID int `json:"sourceId"`
}
Record holds the DNSMadeEasy API representation of a Domain Record
Source Files
¶
Click to show internal directories.
Click to hide internal directories.