github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/identity/v3/endpoints/urls.go (about) 1 package endpoints 2 3 import "github.com/opentelekomcloud/gophertelekomcloud" 4 5 func listURL(client *golangsdk.ServiceClient) string { 6 return client.ServiceURL("endpoints") 7 } 8 9 func endpointURL(client *golangsdk.ServiceClient, endpointID string) string { 10 return client.ServiceURL("endpoints", endpointID) 11 }