blob: 01237ef4841e8c14ba799a5dbe08fae60d40690c [file] [log] [blame]
Krzysztof Szukiełojće28b2e22017-07-31 11:31:06 +02001package snapshots
2
3import gophercloud "gerrit.mcp.mirantis.net/debian/gophercloud.git"
4
5func listURL(c *gophercloud.ServiceClient) string {
6 return c.ServiceURL("snapshots")
7}