blob: e746b725b6f8b955a8143367c9b7c11a85ade3ca [file] [log] [blame]
package shares
import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
func createURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("shares")
}
func deleteURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL("shares", id)
}
func getURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL("shares", id)
}