github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/openstack/identity/v3/ec2tokens/urls.go (about) 1 package ec2tokens 2 3 import "github.com/vnpaycloud-console/gophercloud/v2" 4 5 func ec2tokensURL(c *gophercloud.ServiceClient) string { 6 return c.ServiceURL("ec2tokens") 7 } 8 9 func s3tokensURL(c *gophercloud.ServiceClient) string { 10 return c.ServiceURL("s3tokens") 11 }