Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
f85dfb6feea0a05ab8b27a255c91fe3382c641a2
/
.
/
openstack
/
cdn
/
v1
/
flavors
/
urls.go
blob: a8540a2aed8a97ffe9345c21119fb42cc2ab55e0 [
file
] [
log
] [
blame
]
package flavors
import "github.com/gophercloud/gophercloud"
func listURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("flavors")
}
func getURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL("flavors", id)
}