Code refactoring for bpa operator
[icn.git] / cmd / bpa-operator / vendor / github.com / gophercloud / gophercloud / openstack / identity / v3 / tokens / urls.go
1 package tokens
2
3 import "github.com/gophercloud/gophercloud"
4
5 func tokenURL(c *gophercloud.ServiceClient) string {
6         return c.ServiceURL("auth", "tokens")
7 }