Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
8a85a91873fac7d230e2e02dd7c0fa653fbac05e
/
.
/
openstack
/
identity
/
v3
/
tokens
/
urls.go
blob: 2c100abcecef25a114ccbb2b7b085b6a33460f26 [
file
] [
log
] [
blame
]
Ash Wilson
85d8265
2014-08-28 13:57:46 -0400
[
diff
] [
blame
]
1
package tokens
2
3
import identity "github.com/rackspace/gophercloud/openstack/identity/v3"
4
5
func getTokenURL(c *identity.Client) string {
6
return c.ServiceURL("auth", "tokens")
7
}