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)
}