urls.go 167 B

12345678
  1. package buildinfo
  2. import "devel.mephi.ru/iacherepanov/openstack-gophercloud"
  3. func getURL(c *gophercloud.ServiceClient) string {
  4. return c.ServiceURL("build_info")
  5. }