| Simon Murray | a9d5de4 | 2016-11-03 15:06:44 +0000 | [diff] [blame] | 1 | package hypervisors |
| 2 | |||||
| 3 | import "github.com/gophercloud/gophercloud" | ||||
| 4 | |||||
| 5 | func hypervisorsListDetailURL(c *gophercloud.ServiceClient) string { | ||||
| 6 | return c.ServiceURL("os-hypervisors", "detail") | ||||
| 7 | } | ||||
| 8 | |||||
| 9 | func aggregatesListURL(c *gophercloud.ServiceClient) string { | ||||
| 10 | return c.ServiceURL("os-aggregates") | ||||
| 11 | } | ||||