1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
* linting
* Fix adding-new-rtypes.md to include validation
* BIND: improve docs wrt SOA records, get-zones
This commit is contained in:
Tom Limoncelli
2020-02-23 14:47:14 -05:00
committed by GitHub
parent 9812ecd9ff
commit 772ca4e7dd
3 changed files with 16 additions and 2 deletions

View File

@@ -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