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