blob: e4fac8d577f7efbcf64d9b3eeb76447ca36b8cc4 [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 {
Dmitry Kalashnik7db726b2017-06-01 19:39:49 +04006 return c.ServiceURL("agents")
Krzysztof Szukiełojćab149982017-05-10 14:49:39 +02007}