Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
b4c8c6f7812b7fb0e1a62de900a2d5989bc15e89
/
.
/
openstack
/
identity
/
v2
/
tokens
/
urls.go
blob: 86d19f28c047764a4da48dbcf09c873c8e42fee2 [
file
] [
log
] [
blame
]
package tokens
import "github.com/rackspace/gophercloud"
func listURL(client *gophercloud.ServiceClient) string {
return client.ServiceURL("tokens")
}