urls.go 170 B

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