Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
ecf63dd14409e6200661c67be23f5c3c2bad3c7e
/
.
/
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)
}