Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
53e997c7e6a5a9e03ad51d18cb98fa6d727df8bc
/
.
/
openstack
/
cdn
/
v1
/
flavors
/
urls.go
blob: 6eb38d2939fa08d9eae2070bd66f463b6cf26c3e [
file
] [
log
] [
blame
]
package flavors
import "github.com/rackspace/gophercloud"
func listURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("flavors")
}
func getURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL("flavors", id)
}