Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
7ea2958df6b97816789c5887a86f51b79ebad421
/
.
/
openstack
/
networking
/
v2
/
networks
/
urls.go
blob: 012e486f1bb5e839d9c5d8280f2d5dba211477a2 [
file
] [
log
] [
blame
]
Jamie Hannaford
01e1492
2014-09-11 15:23:49 +0200
[
diff
] [
blame
]
1
package networks
2
3
import (
4
"github.com/rackspace/gophercloud"
5
)
6
7
func APIVersionsURL(c *gophercloud.ServiceClient) string {
8
return c.ServiceURL("")
9
}