blob: 80da11f9b36b82323ef62b1436059135152f9a71 [file] [log] [blame]
package flavors
import "github.com/rackspace/gophercloud"
func getURL(client *gophercloud.ServiceClient, id string) string {
return client.ServiceURL("flavors", id)
}
func listURL(client *gophercloud.ServiceClient) string {
return client.ServiceURL("flavors")
}