github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/identity/v3/tokens/urls.go (about) 1 package tokens 2 3 import "github.com/opentelekomcloud/gophertelekomcloud" 4 5 func tokenURL(c *golangsdk.ServiceClient) string { 6 return c.ServiceURL("auth", "tokens") 7 }