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) | |
} |