Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
2ff3ea917cfa212db3cdd7f74df91c452d521817
/
.
/
openstack
/
identity
/
v2
/
tokens
/
urls.go
blob: 86d19f28c047764a4da48dbcf09c873c8e42fee2 [
file
] [
log
] [
blame
]
Ash Wilson
1f11051
2014-10-02 15:43:47 -0400
[
diff
] [
blame
]
1
package tokens
2
3
import "github.com/rackspace/gophercloud"
4
5
func listURL(client *gophercloud.ServiceClient) string {
6
return client.ServiceURL("tokens")
7
}