github.com/gophercloud/gophercloud@v1.11.0/openstack/sharedfilesystems/v2/schedulerstats/urls.go (about) 1 package schedulerstats 2 3 import "github.com/gophercloud/gophercloud" 4 5 func poolsListURL(c *gophercloud.ServiceClient) string { 6 return c.ServiceURL("scheduler-stats", "pools") 7 } 8 9 func poolsListDetailURL(c *gophercloud.ServiceClient) string { 10 return c.ServiceURL("scheduler-stats", "pools", "detail") 11 }