github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/openstack/sharedfilesystems/v2/schedulerstats/urls.go (about)

     1  package schedulerstats
     2  
     3  import "github.com/vnpaycloud-console/gophercloud/v2"
     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  }