Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
7cf0b33d292805f9b3ed0ddea2b8f9d4584f8389
/
.
/
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")
}