The highest tagged major version is
v4 .
Discover Packages
github.com/ChintuIdrive/lego
providers
dns
dnsmadeeasy
internal
package
Version:
v2.7.2+incompatible
Opens a new window with list of versions in this module.
Published: Jul 31, 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
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.