Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
9a5595b8ffe429439c63781cdc312c254e4ad990
/
.
/
openstack
/
dns
/
v2
/
zones
/
urls.go
blob: 0cd4796316eb1607f236f01b53667afcea1b5f09 [
file
] [
log
] [
blame
]
package zones
import "github.com/gophercloud/gophercloud"
func listURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("zones")
}
func zoneURL(c *gophercloud.ServiceClient, zoneID string) string {
return c.ServiceURL("zones", zoneID)
}