Documentation ¶
Overview ¶
Package dnsfix implements the dnsfix command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Subcommand ¶
type Subcommand struct { // ReportFile is the MANDATORY file from which to read // the results of the dnsreport subcommand. ReportFile string }
Subcommand is the dnsfix subcommand. The zero value is invalid; please, make sure you initialize all the fields marked as MANDATORY.
func (*Subcommand) Main ¶
func (s *Subcommand) Main()
Main is the main function of the dnsfix subcommand. This function calls runtimex.PanicOnError in case of failure.
Click to show internal directories.
Click to hide internal directories.