github.com/gophercloud/gophercloud@v1.11.0/openstack/baremetal/apiversions/urls.go (about)

     1  package apiversions
     2  
     3  import (
     4  	"github.com/gophercloud/gophercloud"
     5  )
     6  
     7  func getURL(c *gophercloud.ServiceClient, version string) string {
     8  	return c.ServiceURL(version)
     9  }
    10  
    11  func listURL(c *gophercloud.ServiceClient) string {
    12  	return c.ServiceURL()
    13  }