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