blob: 26d87baedb54aafa308ee55a6f92e6947daef9bb [file] [log] [blame]
Krzysztof Szukiełojćefa889c2017-05-19 10:33:42 +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}