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