Krzysztof Szukiełojć | ab14998 | 2017-05-10 14:49:39 +0200 | [diff] [blame] | 1 | package agents |
2 | |||||
3 | import gophercloud "gerrit.mcp.mirantis.net/debian/gophercloud.git" | ||||
4 | |||||
5 | func listURL(c *gophercloud.ServiceClient) string { | ||||
Krzysztof Szukiełojć | 2f61685 | 2017-05-12 16:24:00 +0200 | [diff] [blame^] | 6 | return c.ServiceURL("v2.0/agents") |
Krzysztof Szukiełojć | ab14998 | 2017-05-10 14:49:39 +0200 | [diff] [blame] | 7 | } |