| Krzysztof Szukiełojć | e28b2e2 | 2017-07-31 11:31:06 +0200 | [diff] [blame] | 1 | package snapshots |
| 2 | |||||
| 3 | import gophercloud "gerrit.mcp.mirantis.net/debian/gophercloud.git" | ||||
| 4 | |||||
| 5 | func listURL(c *gophercloud.ServiceClient) string { | ||||
| 6 | return c.ServiceURL("snapshots") | ||||
| 7 | } | ||||