blob: ba0ae6dd2d94bce4089d367ddddf5cd1043e174e [file] [log] [blame]
ehdoub5066cd2016-11-10 22:15:42 +02001package securityservices
2
3import "github.com/gophercloud/gophercloud"
4
5func createURL(c *gophercloud.ServiceClient) string {
6 return c.ServiceURL("security-services")
7}