blob: 01237ef4841e8c14ba799a5dbe08fae60d40690c [file] [log] [blame]
Krzysztof Szukiełojć7cf0b332017-05-18 08:46:42 +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}