| 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 | } | ||||
| ehdou | 894b50d | 2017-01-07 00:38:03 +0200 | [diff] [blame] | 8 | |
| 9 | func deleteURL(c *gophercloud.ServiceClient, id string) string { | ||||
| 10 | return c.ServiceURL("security-services", id) | ||||
| 11 | } | ||||