Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
1232e042195c2134750f2aa3b867877a6cf6247c
/
.
/
rackspace
/
compute
/
v2
/
flavors
/
urls.go
blob: f4e2c3dac42123a97ed47d3b1063d74a485f355c [
file
] [
log
] [
blame
]
package flavors
import (
"github.com/rackspace/gophercloud"
)
func getURL(client *gophercloud.ServiceClient, id string) string {
return client.ServiceURL("flavors", id)
}