blob: 9ee76bc7c05e25b5a78a82124e1935ff2fe37af7 [file] [log] [blame]
package endpoints
import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
func listURL(client *gophercloud.ServiceClient) string {
return client.ServiceURL("endpoints")
}
func endpointURL(client *gophercloud.ServiceClient, endpointID string) string {
return client.ServiceURL("endpoints", endpointID)
}