Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
4c108b50971d099e139c47577f39c65d04ce509a
/
.
/
openstack
/
sharedfilesystems
/
v2
/
shares
/
urls.go
blob: 7cb1c81082e0f53cec76f4da9dedd5419e802852 [
file
] [
log
] [
blame
]
package shares
import "github.com/gophercloud/gophercloud"
func createURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("shares")
}
func deleteURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL("shares", id)
}