Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APICreator ¶
type Record ¶
type Record struct {
// Type represents record's type
// allowed values are: A, AAAA, CNAME, HTTPS, TXT, SRV, LOC, MX, NS, CERT, DNSKEY, DS, NAPTR, SMIMEA, SSHFP, SVCB, TLSA, URI
Type string
// Name is name of record, example: abc.example.com
Name string
// Content is content of record, example: 93.184.216.34, maximum length is 255
Content string
// TTL is time-to-live value of record, example: 3600(60 minutes), must be in 60 and 86400
// (-1 points to the auto-select value according to the DNS provider if provider supports)
TTL int
}
Click to show internal directories.
Click to hide internal directories.