blob: 26d87baedb54aafa308ee55a6f92e6947daef9bb [file] [log] [blame]
Krzysztof Szukiełojć6b2d29f2017-05-15 11:55:02 +02001package os_services
2
3import gophercloud "gerrit.mcp.mirantis.net/debian/gophercloud.git"
4
5func listURL(c *gophercloud.ServiceClient) string {
6 return c.ServiceURL("os-services")
7}