github.com/gophercloud/gophercloud@v1.11.0/openstack/sharedfilesystems/v2/services/urls.go (about)

     1  package services
     2  
     3  import "github.com/gophercloud/gophercloud"
     4  
     5  func listURL(c *gophercloud.ServiceClient) string {
     6  	return c.ServiceURL("services")
     7  }