Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Record ¶
type Record struct {
RType string `db:"rtype"` // record type: A, AAAA or NS by now
Domain string `db:"domain"` // domain name without tld
Value string `db:"value"` // value of the record: IPv4, IPv6 or nameserver domain name
TLD string `db:"tld"` // com, name, ru etc
}
Record represents a single record
Click to show internal directories.
Click to hide internal directories.