blob: 198032b7441ea8efa7067f615468e2a6cdf1fdb6 [file] [log] [blame]
Krzysztof Szukiełojćab149982017-05-10 14:49:39 +02001package agents
2
3import gophercloud "gerrit.mcp.mirantis.net/debian/gophercloud.git"
4
5func listURL(c *gophercloud.ServiceClient) string {
Krzysztof Szukiełojć2f616852017-05-12 16:24:00 +02006 return c.ServiceURL("v2.0/agents")
Krzysztof Szukiełojćab149982017-05-10 14:49:39 +02007}