mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Rename provider handles to *Provider (#914)
This commit is contained in:
@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
// ListZones returns all the zones in an account
|
||||
func (c *namedotcomAPI) ListZones() ([]string, error) {
|
||||
func (c *namedotcomProvider) ListZones() ([]string, error) {
|
||||
var names []string
|
||||
var page int32
|
||||
|
||||
|
Reference in New Issue
Block a user