Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
b5066cd02b356d2acf82eb263ea8314412d79327
/
.
/
openstack
/
sharedfilesystems
/
v2
/
securityservices
/
urls.go
blob: ba0ae6dd2d94bce4089d367ddddf5cd1043e174e [
file
] [
log
] [
blame
]
ehdou
b5066cd
2016-11-10 22:15:42 +0200
[
diff
] [
blame^
]
1
package securityservices
2
3
import "github.com/gophercloud/gophercloud"
4
5
func createURL(c *gophercloud.ServiceClient) string {
6
return c.ServiceURL("security-services")
7
}