github.com/gophercloud/gophercloud@v1.11.0/openstack/identity/v3/extensions/ec2tokens/urls.go (about)

     1  package ec2tokens
     2  
     3  import "github.com/gophercloud/gophercloud"
     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  }