blob: f4e2c3dac42123a97ed47d3b1063d74a485f355c [file] [log] [blame]
Jon Perritt2571c772015-07-16 15:11:08 -06001package flavors
2
3import (
4 "github.com/rackspace/gophercloud"
5)
6
7func getURL(client *gophercloud.ServiceClient, id string) string {
8 return client.ServiceURL("flavors", id)
9}