Documentation ¶ Index ¶ type Record Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Record ¶ type Record struct { // The hostname of the DNS record Hostname string // The value (address, cname, etc) Value string // The record type( A, AAAA, CNAME, etc) Type string } Source Files ¶ View all Source files record.go Click to show internal directories. Click to hide internal directories.