Jon Perritt | 0037e63 | 2015-01-19 11:15:58 -0700 | [diff] [blame] | 1 | package serviceassets |
2 | |||||
3 | import "github.com/rackspace/gophercloud" | ||||
4 | |||||
5 | func deleteURL(c *gophercloud.ServiceClient, id string) string { | ||||
6 | return c.ServiceURL("services", id, "assets") | ||||
7 | } |