Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
ec7810a6806847802fa624bc8f2ba588a03a487c
/
.
/
openstack
/
blockstorage
/
v1
/
volumes
/
urls.go
blob: d1a649950364ae6873ba8632f7d67ad3fb4174b6 [
file
] [
log
] [
blame
]
package volumes
import "github.com/rackspace/gophercloud"
func volumesURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("volumes")
}
func volumeURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL("volumes", id)
}