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