Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
a1c3ca985b09bc52a0706f4923ba3b7e2467a02e
/
.
/
openstack
/
blockstorage
/
v2
/
snapshots
/
urls.go
blob: 01237ef4841e8c14ba799a5dbe08fae60d40690c [
file
] [
log
] [
blame
]
package snapshots
import gophercloud "gerrit.mcp.mirantis.net/debian/gophercloud.git"
func listURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("snapshots")
}