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