github.com/leeclow-ops/gophercloud@v1.2.1/openstack/dns/v2/zones/urls.go (about) 1 package zones 2 3 import "github.com/leeclow-ops/gophercloud" 4 5 func baseURL(c *gophercloud.ServiceClient) string { 6 return c.ServiceURL("zones") 7 } 8 9 func zoneURL(c *gophercloud.ServiceClient, zoneID string) string { 10 return c.ServiceURL("zones", zoneID) 11 }