Jamie Hannaford | 1ce30f2 | 2014-09-16 11:23:34 +0200 | [diff] [blame^] | 1 | package networks |
2 | |||||
3 | import "github.com/rackspace/gophercloud" | ||||
4 | |||||
5 | const Version = "v2.0" | ||||
6 | |||||
7 | func ExtensionURL(c *gophercloud.ServiceClient, name string) string { | ||||
8 | return c.ServiceURL(Version, "extensions", name) | ||||
9 | } |