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