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