blob: 08b77cc8031c74b54a0d0c314d0982dbae2404e2 [file] [log] [blame]
package flavors
import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
func getURL(client *gophercloud.ServiceClient, id string) string {
return client.ServiceURL("flavors", id)
}
func listURL(client *gophercloud.ServiceClient) string {
return client.ServiceURL("flavors")
}