Krzysztof Szukiełojć | 6b2d29f | 2017-05-15 11:55:02 +0200 | [diff] [blame] | 1 | package os_services |
2 | |||||
3 | import gophercloud "gerrit.mcp.mirantis.net/debian/gophercloud.git" | ||||
4 | |||||
5 | func listURL(c *gophercloud.ServiceClient) string { | ||||
6 | return c.ServiceURL("os-services") | ||||
7 | } |