blob: ac7bc30cdc2d238eef3c04a55b511acd8e5a67b5 [file] [log] [blame]
package tokens
import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
func tokenURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("auth", "tokens")
}