Documentation ¶
Overview ¶
Copyright © 2024 Sandarsh Devappa <sd@containeers.com>
Copyright © 2024 Sandarsh Devappa <sd@containeers.com>
Copyright © 2024 Sandarsh Devappa <sd@containeers.com>
Copyright © 2024 Sandarsh Devappa <sd@containeers.com>
Copyright © 2024 Sandarsh Devappa <sd@containeers.com>
Copyright © 2024 Sandarsh Devappa <sd@containeers.com>
Copyright © 2024 Sandarsh Devappa <sd@containeers.com>
Copyright © 2024 Sandarsh Devappa <sd@containeers.com>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildDate = "undefined"
BuildDate is the build date of the application, set at build time
View Source
var Version = "v0.0.1" // Default version
Version is the version number of the application, to be updated using build-time flags
Functions ¶
Types ¶
type DNSResults ¶
type DNSResults struct { Domain string `yaml:"domain"` A []string `yaml:"A,omitempty"` AAAA []string `yaml:"AAAA,omitempty"` CNAME []string `yaml:"CNAME,omitempty"` // Now supports multiple CNAMEs in the chain MX []MXRecord `yaml:"MX,omitempty"` NS []string `yaml:"NS,omitempty"` TXT []string `yaml:"TXT,omitempty"` }
DNSResults is a struct to hold all DNS query results in a structured format
Source Files ¶
Click to show internal directories.
Click to hide internal directories.