Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
a1c3ca985b09bc52a0706f4923ba3b7e2467a02e
/
.
/
openstack
/
baremetal
/
v1
/
nodes
/
urls.go
blob: 02aedbfb89c3799277f6242a89d39e08e732ff28 [
file
] [
log
] [
blame
]
Michal Kobus
a1c3ca9
2019-08-21 14:29:23 +0200
[
diff
] [
blame^
]
1
package nodes
2
3
import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
4
5
func listURL(c *gophercloud.ServiceClient) string {
6
return c.ServiceURL("nodes")
7
}