github.com/gophercloud/gophercloud@v1.11.0/openstack/cdn/v1/base/urls.go (about) 1 package base 2 3 import "github.com/gophercloud/gophercloud" 4 5 func getURL(c *gophercloud.ServiceClient) string { 6 return c.ServiceURL() 7 } 8 9 func pingURL(c *gophercloud.ServiceClient) string { 10 return c.ServiceURL("ping") 11 }