mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Linting (#647)
* linting * Fix adding-new-rtypes.md to include validation * BIND: improve docs wrt SOA records, get-zones
This commit is contained in:
@@ -36,7 +36,7 @@ type HXRecord struct {
|
||||
}
|
||||
|
||||
// GetZoneRecords gets the records of a zone and returns them in RecordConfig format.
|
||||
func (client *HXClient) GetZoneRecords(domain string) (models.Records, error) {
|
||||
func (n *HXClient) GetZoneRecords(domain string) (models.Records, error) {
|
||||
return nil, fmt.Errorf("not implemented")
|
||||
// This enables the get-zones subcommand.
|
||||
// Implement this by extracting the code from GetDomainCorrections into
|
||||
|
Reference in New Issue
Block a user