Krzysztof Szukiełojć | efa889c | 2017-05-19 10:33:42 +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 | } |