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