github.com/leeclow-ops/gophercloud@v1.2.1/openstack/cdn/v1/flavors/urls.go (about) 1 package flavors 2 3 import "github.com/leeclow-ops/gophercloud" 4 5 func listURL(c *gophercloud.ServiceClient) string { 6 return c.ServiceURL("flavors") 7 } 8 9 func getURL(c *gophercloud.ServiceClient, id string) string { 10 return c.ServiceURL("flavors", id) 11 }