mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 21:55:57 +08:00
6 lines
160 B
Go
6 lines
160 B
Go
package cscglobal
|
|
|
|
// ListZones returns all the zones in an account
|
|
func (client *providerClient) ListZones() ([]string, error) {
|
|
return client.getDomains()
|
|
}
|