blob: 5cbdd17f9563a124abf0c35b7cd2f018aeb388a8 [file] [log] [blame]
package securityservices
import "github.com/gophercloud/gophercloud"
func createURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("security-services")
}
func deleteURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL("security-services", id)
}